Skip to content

Commit 749b634

Browse files
committed
Update ci.yml
1 parent 92f6cfb commit 749b634

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

.github/workflows/ci.yml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
cxxstd: "03,11,14,17,20,23"
126126
address-model: 32,64
127127
os: ubuntu-latest
128-
container: ubuntu:23.04
128+
container: ubuntu:24.04
129129
install:
130130
- g++-13-multilib
131131
- toolset: gcc-14
@@ -283,7 +283,7 @@ jobs:
283283
compiler: clang++-16
284284
cxxstd: "03,11,14,17,20,2b"
285285
os: ubuntu-latest
286-
container: ubuntu:23.04
286+
container: ubuntu:24.04
287287
install:
288288
- clang-16
289289
- libc++-16-dev
@@ -294,7 +294,7 @@ jobs:
294294
compiler: clang++-17
295295
cxxstd: "03,11,14,17,20,2b"
296296
os: ubuntu-latest
297-
container: ubuntu:23.10
297+
container: ubuntu:24.04
298298
install:
299299
- clang-17
300300
- libc++-17-dev
@@ -312,6 +312,17 @@ jobs:
312312
- libc++abi-18-dev
313313
cxxflags: -stdlib=libc++
314314
linkflags: -stdlib=libc++
315+
- toolset: clang
316+
compiler: clang++-19
317+
cxxstd: "03,11,14,17,20,2b"
318+
os: ubuntu-latest
319+
container: ubuntu:24.10
320+
install:
321+
- clang-19
322+
- libc++-19-dev
323+
- libc++abi-19-dev
324+
cxxflags: -stdlib=libc++
325+
linkflags: -stdlib=libc++
315326
- name: UBSAN
316327
toolset: clang
317328
compiler: clang++-15

0 commit comments

Comments
 (0)