From edad1ff22a0418815360cf010ef35fced7b36b5e Mon Sep 17 00:00:00 2001 From: denzor200 Date: Sun, 3 Sep 2023 14:29:27 +0300 Subject: [PATCH] Add clang-15 --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7b41ea6..3f6b70b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,6 +41,9 @@ jobs: 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-14 cxxstd: "03,11,14,17,20" os: ubuntu-22.04