From ebcac93bcfa123b2306f4c96f70669cdf9efc332 Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Wed, 31 Dec 2025 14:48:17 +0300 Subject: [PATCH] Update CI (#227) --- .github/workflows/ci.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 409f5ee..f76df0a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,15 +38,12 @@ jobs: cxxflags: "cxxflags=--coverage -fsanitize=address,leak,undefined -fno-sanitize-recover=undefined" linkflags: "linkflags=--coverage -lasan -lubsan" gcov_tool: "gcov-10" - - toolset: gcc-9 - cxxstd: "03,11,14,17,2a" - os: ubuntu-22.04 - cxxflags: "cxxflags=--coverage -fsanitize=address,leak,undefined -fno-sanitize-recover=undefined" - linkflags: "linkflags=--coverage -lasan -lubsan" - gcov_tool: "gcov-9" - toolset: clang-15 cxxstd: "03,11,14,17,20" os: ubuntu-22.04 + - toolset: clang-18 + cxxstd: "03,11,14,17,20,23" + os: ubuntu-24.04 - toolset: clang-19 # tests misc/strip_boost_namespace.sh and modules cxxstd: "20,23" os: ubuntu-24.04