We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b17788 commit 7a73588Copy full SHA for 7a73588
.github/workflows/ci.yml
@@ -10,10 +10,14 @@ jobs:
10
matrix:
11
os: [ubuntu-latest]
12
toolchain:
13
+ - {compiler: gcc, version: 9}
14
+ - {compiler: gcc, version: 10}
15
- {compiler: gcc, version: 11}
16
- {compiler: gcc, version: 12}
17
- {compiler: gcc, version: 13}
18
- {compiler: gcc, version: 14}
19
+ - {compiler: intel, version: '2021.4'}
20
+ - {compiler: intel, version: '2022.1'}
21
- {compiler: intel, version: '2023.2'}
22
- {compiler: intel, version: '2024.0'}
23
- {compiler: intel, version: '2025.0'}
0 commit comments