We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 868dc76 commit 3109668Copy full SHA for 3109668
1 file changed
.github/workflows/ci.yml
@@ -306,12 +306,12 @@ jobs:
306
- libc++-18-dev
307
- libc++abi-18-dev
308
309
- - toolset: clang
310
- cxxstd: "11,14,17,20,2b"
311
- os: macos-13
312
- toolset: clang
313
cxxstd: "11,14,17,20,2b"
314
os: macos-14
+ - toolset: clang
+ cxxstd: "11,14,17,20,23"
+ os: macos-15
315
316
- name: CMake tests
317
cmake_tests: 1
0 commit comments