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 cf1cfe1 commit 557e65eCopy full SHA for 557e65e
.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-12]
23
toolchain:
24
- { compiler: gcc, version: 10 }
25
- { compiler: gcc, version: 11 }
@@ -34,9 +34,9 @@ jobs:
34
35
36
exclude:
37
- - os: macos-13
+ - os: macos-12
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