CI fixes (#93)

This commit is contained in:
Antony Polukhin
2025-12-23 20:25:26 +03:00
committed by GitHub
parent 1b804c7a31
commit d57771ecf1
+2 -2
View File
@@ -27,7 +27,7 @@ jobs:
linkflags: "linkflags=--coverage -lasan -lubsan"
gcov_tool: "gcov-12"
launcher: "testing.launcher=LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libasan.so.8"
- toolset: gcc-9
- toolset: gcc-11
cxxstd: "03,11,14,17,2a"
os: ubuntu-22.04
- toolset: clang
@@ -36,7 +36,7 @@ jobs:
os: ubuntu-22.04
- toolset: clang
cxxstd: "11,14,17,20"
os: macos-13
os: macos-latest
- toolset: clang-19
cxxstd: "20,23"
os: ubuntu-24.04