We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f394ffc commit d7a7836Copy full SHA for d7a7836
.github/workflows/ci.yml
@@ -367,15 +367,15 @@ jobs:
367
#------------------
368
# MacOS, clang
369
370
- - toolset: clang
371
- cxxstd: "11,14,17,20,2b"
372
- os: macos-13
373
- toolset: clang
374
cxxstd: "11,14,17,20,2b"
375
os: macos-14
376
377
378
os: macos-15
+ - toolset: clang
+ cxxstd: "11,14,17,20,2b"
+ os: macos-26
379
380
timeout-minutes: 240
381
runs-on: ${{matrix.os}}
0 commit comments