Skip to content

Commit 7a73588

Browse files
committed
Update ci.yml
1 parent 3b17788 commit 7a73588

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,14 @@ jobs:
1010
matrix:
1111
os: [ubuntu-latest]
1212
toolchain:
13+
- {compiler: gcc, version: 9}
14+
- {compiler: gcc, version: 10}
1315
- {compiler: gcc, version: 11}
1416
- {compiler: gcc, version: 12}
1517
- {compiler: gcc, version: 13}
1618
- {compiler: gcc, version: 14}
19+
- {compiler: intel, version: '2021.4'}
20+
- {compiler: intel, version: '2022.1'}
1721
- {compiler: intel, version: '2023.2'}
1822
- {compiler: intel, version: '2024.0'}
1923
- {compiler: intel, version: '2025.0'}

0 commit comments

Comments
 (0)