We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ee5aa8 commit 0aa8ad4Copy full SHA for 0aa8ad4
.github/workflows/CI.yml
@@ -19,7 +19,7 @@ jobs:
19
strategy:
20
fail-fast: false
21
matrix:
22
- os: [ubuntu-latest, macos-13]
+ os: [ubuntu-latest, macos-14]
23
toolchain:
24
- {compiler: gcc, version: 10}
25
- {compiler: gcc, version: 11}
@@ -34,11 +34,11 @@ jobs:
34
- os: ubuntu-latest
35
build: cmake-inline
36
toolchain: {compiler: gcc, version: 10}
37
- exclude:
38
- - os: macos-13
39
- toolchain: {compiler: intel, version: '2024.1'}
40
41
- toolchain: {compiler: gcc, version: 13}
+# exclude:
+# - os: macos-14
+# toolchain: {compiler: intel, version: '2024.1'}
+# toolchain: {compiler: gcc, version: 13}
42
env:
43
BUILD_DIR: ${{ matrix.build == 'cmake' && 'build' || '.' }}
44
0 commit comments