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 edb755c commit c979d5eCopy full SHA for c979d5e
1 file changed
.github/workflows/ci.yml
@@ -307,12 +307,12 @@ jobs:
307
- libc++-18-dev
308
- libc++abi-18-dev
309
310
- - toolset: clang
311
- cxxstd: "11,14,17,20,2b"
312
- os: macos-13
313
- toolset: clang
314
cxxstd: "11,14,17,20,2b"
315
os: macos-14
+ - toolset: clang
+ cxxstd: "11,14,17,20,23"
+ os: macos-15
316
317
- name: CMake tests
318
cmake_tests: 1
0 commit comments