Skip to content

Commit 0aa8ad4

Browse files
committed
Migration from MacOS 13 to MacOS 14
1 parent 7ee5aa8 commit 0aa8ad4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/CI.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
os: [ubuntu-latest, macos-13]
22+
os: [ubuntu-latest, macos-14]
2323
toolchain:
2424
- {compiler: gcc, version: 10}
2525
- {compiler: gcc, version: 11}
@@ -34,11 +34,11 @@ jobs:
3434
- os: ubuntu-latest
3535
build: cmake-inline
3636
toolchain: {compiler: gcc, version: 10}
37-
exclude:
38-
- os: macos-13
39-
toolchain: {compiler: intel, version: '2024.1'}
40-
- os: macos-13
41-
toolchain: {compiler: gcc, version: 13}
37+
# exclude:
38+
# - os: macos-14
39+
# toolchain: {compiler: intel, version: '2024.1'}
40+
# - os: macos-14
41+
# toolchain: {compiler: gcc, version: 13}
4242
env:
4343
BUILD_DIR: ${{ matrix.build == 'cmake' && 'build' || '.' }}
4444

0 commit comments

Comments
 (0)