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 7d2d476 commit 151f9a3Copy full SHA for 151f9a3
.github/workflows/CI.yml
@@ -35,9 +35,9 @@ jobs:
35
- {compiler: gcc, version: 10}
36
exclude:
37
- os: macos-13
38
- toolchain: {compiler: intel-classic, version: '2024.1'}
+ toolchain: {compiler: intel-classic, version: '2021.9'}
39
40
- toolchain: {compiler: gcc, version: 13}
+ toolchain: {compiler: intel, version: '2024.1'}
41
env:
42
BUILD_DIR: ${{ matrix.build == 'cmake' && 'build' || '.' }}
43
0 commit comments