From b66e6cf881f6a026092afa049e11533f75ee2d94 Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Sun, 21 May 2023 12:21:05 +0300 Subject: [PATCH] update CI setup (2) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce60265..bf1ac1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: cxxflags: "cxxflags=--coverage -fsanitize=address,leak,undefined -fno-sanitize-recover=undefined" linkflags: "linkflags=--coverage -lasan -lubsan" gcov_tool: "gcov-12" - launcher: "testing.launcher=LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libasan.so.7" + launcher: "testing.launcher=LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libasan.so.8" - toolset: gcc-11 cxxstd: "03,11,14,17,2a" os: ubuntu-22.04