Skip to content

Commit 5920f99

Browse files
committed
Bump GCC version in CI
1 parent fc07035 commit 5920f99

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
matrix:
2424
os: [ubuntu-latest, macos-13, windows-latest]
2525
toolchain:
26-
- {compiler: gcc, version: 10}
2726
- {compiler: gcc, version: 11}
2827
- {compiler: gcc, version: 12}
2928
- {compiler: gcc, version: 13}
3029
- {compiler: gcc, version: 14}
30+
- {compiler: gcc, version: 15}
3131
- {compiler: intel, version: 2025.1}
3232
exclude:
3333
- os: macos-13 # No Intel on MacOS anymore since 2024
@@ -36,6 +36,8 @@ jobs:
3636
toolchain: {compiler: intel, version: '2025.1'}
3737
- os: windows-latest # gcc 14 not available on Windows yet
3838
toolchain: {compiler: gcc, version: 14}
39+
- os: windows-latest # gcc 15 not available on Windows yet
40+
toolchain: {compiler: gcc, version: 15}
3941
include:
4042
- os: ubuntu-latest
4143
os-arch: linux-x86_64

0 commit comments

Comments
 (0)