Skip to content

Commit c6e7712

Browse files
committed
update CI (1)
1 parent c836328 commit c6e7712

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ jobs:
2323
cxxflags: "cxxflags=--coverage -fsanitize=address,leak,undefined -fno-sanitize-recover=undefined"
2424
linkflags: "linkflags=--coverage -lasan -lubsan"
2525
gcov_tool: "gcov-12"
26-
launcher: "testing.launcher=LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libasan.so.6"
26+
launcher: "testing.launcher=LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libasan.so.8"
27+
- toolset: gcc-9
28+
cxxstd: "03,11,14,17,2a"
29+
os: ubuntu-22.04
2730
- toolset: clang
2831
compiler: clang++-14
2932
cxxstd: "03,11,14,17,2a"

0 commit comments

Comments
 (0)