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.
2 parents 38485d8 + fa89c87 commit cc30d4cCopy full SHA for cc30d4c
.github/workflows/CI.yml
@@ -19,7 +19,7 @@ jobs:
19
strategy:
20
fail-fast: false
21
matrix:
22
- os: [ubuntu-latest, macos-12]
+ os: [ubuntu-latest, macos-13]
23
toolchain:
24
- {compiler: gcc, version: 10}
25
- {compiler: gcc, version: 11}
@@ -34,9 +34,11 @@ jobs:
34
35
36
exclude:
37
- - os: macos-12
+ - os: macos-13
38
+ toolchain: {compiler: intel-classic, version: '2021.9'}
39
40
toolchain: {compiler: intel, version: '2024.1'}
41
42
toolchain: {compiler: gcc, version: 13}
43
env:
44
BUILD_DIR: ${{ matrix.build == 'cmake' && 'build' || '.' }}
0 commit comments