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