@@ -125,7 +125,7 @@ jobs:
125
125
cxxstd : " 03,11,14,17,20,23"
126
126
address-model : 32,64
127
127
os : ubuntu-latest
128
- container : ubuntu:23 .04
128
+ container : ubuntu:24 .04
129
129
install :
130
130
- g++-13-multilib
131
131
- toolset : gcc-14
@@ -283,7 +283,7 @@ jobs:
283
283
compiler : clang++-16
284
284
cxxstd : " 03,11,14,17,20,2b"
285
285
os : ubuntu-latest
286
- container : ubuntu:23 .04
286
+ container : ubuntu:24 .04
287
287
install :
288
288
- clang-16
289
289
- libc++-16-dev
@@ -294,7 +294,7 @@ jobs:
294
294
compiler : clang++-17
295
295
cxxstd : " 03,11,14,17,20,2b"
296
296
os : ubuntu-latest
297
- container : ubuntu:23.10
297
+ container : ubuntu:24.04
298
298
install :
299
299
- clang-17
300
300
- libc++-17-dev
@@ -312,6 +312,17 @@ jobs:
312
312
- libc++abi-18-dev
313
313
cxxflags : -stdlib=libc++
314
314
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++
315
326
- name : UBSAN
316
327
toolset : clang
317
328
compiler : clang++-15
0 commit comments