Skip to content

Commit fcfb556

Browse files
authored
Update CI.yml
1 parent 65fa179 commit fcfb556

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)