Skip to content

Commit 55407dd

Browse files
committed
Remove GCC-15 again in CI until stable
1 parent 75325c8 commit 55407dd

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,19 @@ jobs:
2323
matrix:
2424
os: [ubuntu-latest, macos-13, windows-latest]
2525
toolchain:
26+
- {compiler: gcc, version: 10}
2627
- {compiler: gcc, version: 11}
2728
- {compiler: gcc, version: 12}
2829
- {compiler: gcc, version: 13}
2930
- {compiler: gcc, version: 14}
30-
- {compiler: gcc, version: 15}
3131
- {compiler: intel, version: 2025.1}
3232
exclude:
33-
- os: ubuntu-latest # gcc 15 not available on Ubuntu yet
34-
toolchain: {compiler: gcc, version: 15}
3533
- os: macos-13 # No Intel on MacOS anymore since 2024
3634
toolchain: {compiler: intel, version: '2025.1'}
3735
- os: windows-latest # Doesn't pass build and tests yet
3836
toolchain: {compiler: intel, version: '2025.1'}
3937
- os: windows-latest # gcc 14 not available on Windows yet
4038
toolchain: {compiler: gcc, version: 14}
41-
- os: windows-latest # gcc 15 not available on Windows yet
42-
toolchain: {compiler: gcc, version: 15}
4339
include:
4440
- os: ubuntu-latest
4541
os-arch: linux-x86_64

0 commit comments

Comments
 (0)