diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a73492..06d7cee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -126,11 +126,6 @@ jobs: cxxstd: "03,11,14,17,20,2b" os: ubuntu-22.04 install: clang-14 - - toolset: clang - compiler: clang++-15 - cxxstd: "03,11,14,17,20,2b" - os: ubuntu-22.04 - install: clang-15 - toolset: clang cxxstd: "03,11,14,17,2a" os: macos-11