Skip to content

Commit

Permalink
CI-unixish.yml: removed unsupported macos-12
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Sep 30, 2024
1 parent 1c18356 commit 586813a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI-unixish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
compiler: [clang++, g++]
os: [ubuntu-20.04, ubuntu-22.04, macos-12, macos-13, macos-14]
os: [ubuntu-20.04, ubuntu-22.04, macos-13, macos-14]
fail-fast: false

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 586813a

Please sign in to comment.