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