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 c873d1b commit ca38befCopy full SHA for ca38bef
.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,9 @@ jobs:
34
35
36
exclude:
37
- - os: macos-12
+ - os: macos-13
38
toolchain: { compiler: intel, version: "2024.1" }
39
40
toolchain: { compiler: gcc, version: 13 }
41
env:
42
BUILD_DIR: ${{ matrix.build == 'cmake' && 'build' || '.' }}
0 commit comments