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 9e21efb commit 18e209eCopy full SHA for 18e209e
.github/workflows/CI.yml
@@ -35,9 +35,9 @@ jobs:
35
- os: ubuntu-latest
36
build: cmake-inline
37
toolchain: {compiler: gcc, version: 10}
38
- - os: macos-14
+ - os: ubuntu-22.04
39
build: cmake-3.10
40
- toolchain: {compiler: gcc, version: 13}
+ toolchain: {compiler: gcc, version: 10}
41
exclude:
42
- os: macos-14
43
toolchain: {compiler: intel, version: '2024.1'}
0 commit comments