From 0e80264a30f18c7689ad9e1e778a921d5069e523 Mon Sep 17 00:00:00 2001 From: Nana Sakisaka <1901813+saki7@users.noreply.github.com> Date: Tue, 3 Mar 2026 11:16:06 +0900 Subject: [PATCH] Add Clang 22 --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f31d64..9f71faa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,6 +72,11 @@ jobs: version: 21 executable: clang++-21 cxxflags: -stdlib=libc++ -fcolor-diagnostics + - name: Clang + toolset: clang + version: 22 + executable: clang++-22 + cxxflags: -stdlib=libc++ -fcolor-diagnostics - name: MSVC toolset: msvc version: 2022