Skip to content

Commit 1cac374

Browse files
committed
Bump GCC to 15 in Linux CI jobs
1 parent 440227c commit 1cac374

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
distro:
6161
- "ubuntu:25.04"
6262
compiler:
63-
- { compiler: GNU14, CC: gcc-14, CXX: g++-14, packages: gcc-14 g++-14 }
63+
- { compiler: GNU15, CC: gcc-15, CXX: g++-15, packages: gcc-15 g++-15 }
6464
- { compiler: LLVM19, CC: clang-19, CXX: clang++-19, packages: clang-19 libomp-19-dev llvm-19-dev libc++-19-dev libc++abi1-19 lld-19 clang-tools-19 mlir-19-tools libmlir-19-dev}
6565
btype:
6666
- Release
@@ -73,7 +73,7 @@ jobs:
7373
# We want one run in CI to be Debug to make sure the Debug build isn't broken
7474
- distro: "ubuntu:25.04"
7575
btype: Debug
76-
compiler: { compiler: GNU14, CC: gcc-14, CXX: g++-14, packages: gcc-14 g++-14 }
76+
compiler: { compiler: GNU15, CC: gcc-15, CXX: g++-15, packages: gcc-15 g++-15 }
7777
target: skiptest
7878
generator: Ninja
7979
eco: -DDONT_USE_INTERNAL_LIBRAW=OFF

0 commit comments

Comments
 (0)