Skip to content

Commit 50d012c

Browse files
committed
Rollback to Ubuntu 25.04 as 26.04 (still beta) package update might fail.
1 parent 34e0ad9 commit 50d012c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
cxxstd: "11,14,17,20,23,2c"
138138
cxxflags: -pipe
139139
os: ubuntu-latest
140-
container: ubuntu:26.04
140+
container: ubuntu:25.04
141141
install: g++-15-multilib
142142
address-model: 32,64
143143
# Linux, gcc-12, ubsan, asan
@@ -337,7 +337,7 @@ jobs:
337337
compiler: clang++-20
338338
cxxstd: "03,11,14,17,20,23,2c"
339339
cxxflags: -pipe
340-
container: ubuntu:26.04
340+
container: ubuntu:25.04
341341
os: ubuntu-latest
342342
install: clang-20
343343
# Linux, clang-15 libc++
@@ -369,7 +369,7 @@ jobs:
369369
compiler: clang++-20
370370
cxxstd: "11,14,17,20,23,2c"
371371
os: ubuntu-latest
372-
container: ubuntu:26.04
372+
container: ubuntu:25.04
373373
install:
374374
- clang-20
375375
- libc++-20-dev
@@ -416,7 +416,7 @@ jobs:
416416
ubsan: 1
417417
asan: 1
418418
os: ubuntu-latest
419-
container: ubuntu:26.04
419+
container: ubuntu:25.04
420420
install:
421421
- clang-20
422422
- libc++-20-dev

0 commit comments

Comments
 (0)