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 0aa8ad4 commit f1876bfCopy full SHA for f1876bf
.github/workflows/CI.yml
@@ -34,11 +34,11 @@ jobs:
34
- os: ubuntu-latest
35
build: cmake-inline
36
toolchain: {compiler: gcc, version: 10}
37
-# exclude:
38
-# - os: macos-14
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: 10}
42
env:
43
BUILD_DIR: ${{ matrix.build == 'cmake' && 'build' || '.' }}
44
0 commit comments