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 54a2ca4 commit 631be70Copy full SHA for 631be70
.github/workflows/CI.yml
@@ -26,7 +26,7 @@ jobs:
26
- {compiler: gcc, version: 12}
27
- {compiler: gcc, version: 13}
28
- {compiler: intel, version: '2024.1'}
29
- - {compiler: intel-classic, version: '2021.11'}
+ - {compiler: intel-classic, version: '2021.10'}
30
build: [cmake]
31
include:
32
- os: ubuntu-latest
@@ -35,7 +35,7 @@ jobs:
35
- {compiler: gcc, version: 10}
36
exclude:
37
- os: macos-13
38
- toolchain: {compiler: intel-classic, version: '2021.11'}
+ toolchain: {compiler: intel-classic, version: '2021.10'}
39
40
toolchain: {compiler: intel, version: '2024.1'}
41
0 commit comments