Skip to content

Commit

Permalink
CI: deprecate macos-12 (#905)
Browse files Browse the repository at this point in the history
  • Loading branch information
perazz authored Dec 12, 2024
2 parents 38485d8 + fa89c87 commit cc30d4c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-12]
os: [ubuntu-latest, macos-13]
toolchain:
- {compiler: gcc, version: 10}
- {compiler: gcc, version: 11}
Expand All @@ -34,9 +34,11 @@ jobs:
toolchain:
- {compiler: gcc, version: 10}
exclude:
- os: macos-12
- os: macos-13
toolchain: {compiler: intel-classic, version: '2021.9'}
- os: macos-13
toolchain: {compiler: intel, version: '2024.1'}
- os: macos-12
- os: macos-13
toolchain: {compiler: gcc, version: 13}
env:
BUILD_DIR: ${{ matrix.build == 'cmake' && 'build' || '.' }}
Expand Down

0 comments on commit cc30d4c

Please sign in to comment.