diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b4b560..b6692c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -367,15 +367,15 @@ jobs: #------------------ # MacOS, clang #------------------ - - toolset: clang - cxxstd: "11,14,17,20,2b" - os: macos-13 - toolset: clang cxxstd: "11,14,17,20,2b" os: macos-14 - toolset: clang cxxstd: "11,14,17,20,2b" os: macos-15 + - toolset: clang + cxxstd: "11,14,17,20,23,2c" + os: macos-26 timeout-minutes: 240 runs-on: ${{matrix.os}}