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:
2525 - {compiler: gcc, version: 11}
2626 - {compiler: gcc, version: 12}
2727 - {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]
3130 include :
31+ - os : ubuntu-22.04
32+ toolchain : {compiler: intel-classic, version: '2021.10'}
3233 - os : ubuntu-latest
3334 build : cmake-inline
34- toolchain :
35- - {compiler: gcc, version: 10}
35+ toolchain : {compiler: gcc, version: 10}
3636 exclude :
37- - os : macos-13
38- toolchain : {compiler: intel-classic, version: '2021.10'}
3937 - os : macos-13
4038 toolchain : {compiler: intel, version: '2024.1'}
4139 - os : macos-13
You can’t perform that action at this time.
0 commit comments