We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3871ae commit 267555bCopy full SHA for 267555b
.github/workflows/ci.yml
@@ -10,8 +10,13 @@ jobs:
10
matrix:
11
os: [ubuntu-latest]
12
toolchain:
13
+ - {compiler: gcc, version: 11}
14
+ - {compiler: gcc, version: 12}
15
- {compiler: gcc, version: 13}
- - {compiler: intel, version: '2025.0'}
16
+ - {compiler: gcc, version: 14}
17
+ - {compiler: intel, version: '2023.2'}
18
+ - {compiler: intel, version: '2024.0'}
19
+ - {compiler: intel, version: '2025.0'}
20
steps:
21
- name: Checkout repository
22
uses: actions/checkout@v4
0 commit comments