File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -23,23 +23,19 @@ jobs:
23
23
matrix :
24
24
os : [ubuntu-latest, macos-13, windows-latest]
25
25
toolchain :
26
+ - {compiler: gcc, version: 10}
26
27
- {compiler: gcc, version: 11}
27
28
- {compiler: gcc, version: 12}
28
29
- {compiler: gcc, version: 13}
29
30
- {compiler: gcc, version: 14}
30
- - {compiler: gcc, version: 15}
31
31
- {compiler: intel, version: 2025.1}
32
32
exclude :
33
- - os : ubuntu-latest # gcc 15 not available on Ubuntu yet
34
- toolchain : {compiler: gcc, version: 15}
35
33
- os : macos-13 # No Intel on MacOS anymore since 2024
36
34
toolchain : {compiler: intel, version: '2025.1'}
37
35
- os : windows-latest # Doesn't pass build and tests yet
38
36
toolchain : {compiler: intel, version: '2025.1'}
39
37
- os : windows-latest # gcc 14 not available on Windows yet
40
38
toolchain : {compiler: gcc, version: 14}
41
- - os : windows-latest # gcc 15 not available on Windows yet
42
- toolchain : {compiler: gcc, version: 15}
43
39
include :
44
40
- os : ubuntu-latest
45
41
os-arch : linux-x86_64
You can’t perform that action at this time.
0 commit comments