File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -25,17 +25,15 @@ jobs:
25
25
- {compiler: gcc, version: 11}
26
26
- {compiler: gcc, version: 12}
27
27
- {compiler: gcc, version: 13}
28
- - {compiler: intel, version: '2024.1'}
29
- - {compiler: intel-classic, version: '2021.10'}
30
- build : [cmake]
28
+ - {compiler: intel, version: '2024.1'}
29
+ build : [cmake]
31
30
include :
31
+ - os : ubuntu-22.04
32
+ toolchain : {compiler: intel-classic, version: '2021.10'}
32
33
- os : ubuntu-latest
33
34
build : cmake-inline
34
- toolchain :
35
- - {compiler: gcc, version: 10}
35
+ toolchain : {compiler: gcc, version: 10}
36
36
exclude :
37
- - os : macos-13
38
- toolchain : {compiler: intel-classic, version: '2021.10'}
39
37
- os : macos-13
40
38
toolchain : {compiler: intel, version: '2024.1'}
41
39
- os : macos-13
You can’t perform that action at this time.
0 commit comments