diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f4b7c15e..1dfacdd9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -176,11 +176,26 @@ jobs: os: ubuntu-latest install: clang-18 - toolset: clang + compiler: clang++-19 cxxstd: "11,14,17,20,2b" - os: macos-13 + container: ubuntu:24.04 + os: ubuntu-latest + install: clang-19 + - toolset: clang + compiler: clang++-20 + cxxstd: "11,14,17,20,23,2c" + container: ubuntu:24.04 + os: ubuntu-latest + install: clang-20 - toolset: clang cxxstd: "11,14,17,20,2b" os: macos-14 + - toolset: clang + cxxstd: "11,14,17,20,23,2c" + os: macos-15 + - toolset: clang + cxxstd: "11,14,17,20,23,2c" + os: macos-26 runs-on: ${{matrix.os}} container: