Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 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-13]
os: [ubuntu-latest, macos-14]
toolchain:
- {compiler: gcc, version: 10}
- {compiler: gcc, version: 11}
Expand All @@ -35,10 +35,10 @@ jobs:
build: cmake-inline
toolchain: {compiler: gcc, version: 10}
exclude:
- os: macos-13
- os: macos-14
toolchain: {compiler: intel, version: '2024.1'}
- os: macos-13
toolchain: {compiler: gcc, version: 13}
- os: macos-14
toolchain: {compiler: gcc, version: 10}
env:
BUILD_DIR: ${{ matrix.build == 'cmake' && 'build' || '.' }}

Expand Down
Loading