Skip to content

Commit ebcac93

Browse files
authored
Update CI (#227)
1 parent 79a8290 commit ebcac93

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,12 @@ jobs:
3838
cxxflags: "cxxflags=--coverage -fsanitize=address,leak,undefined -fno-sanitize-recover=undefined"
3939
linkflags: "linkflags=--coverage -lasan -lubsan"
4040
gcov_tool: "gcov-10"
41-
- toolset: gcc-9
42-
cxxstd: "03,11,14,17,2a"
43-
os: ubuntu-22.04
44-
cxxflags: "cxxflags=--coverage -fsanitize=address,leak,undefined -fno-sanitize-recover=undefined"
45-
linkflags: "linkflags=--coverage -lasan -lubsan"
46-
gcov_tool: "gcov-9"
4741
- toolset: clang-15
4842
cxxstd: "03,11,14,17,20"
4943
os: ubuntu-22.04
44+
- toolset: clang-18
45+
cxxstd: "03,11,14,17,20,23"
46+
os: ubuntu-24.04
5047
- toolset: clang-19 # tests misc/strip_boost_namespace.sh and modules
5148
cxxstd: "20,23"
5249
os: ubuntu-24.04

0 commit comments

Comments
 (0)