We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 014f344 commit fa2af18Copy full SHA for fa2af18
1 file changed
.github/workflows/ci.yml
@@ -282,12 +282,12 @@ jobs:
282
- libc++-18-dev
283
- libc++abi-18-dev
284
285
- - toolset: clang
286
- cxxstd: "11,14,17,20,2b"
287
- os: macos-13
288
- toolset: clang
289
cxxstd: "11,14,17,20,2b"
290
os: macos-14
+ - toolset: clang
+ cxxstd: "11,14,17,20,23"
+ os: macos-15
291
292
- name: CMake tests
293
cmake_tests: 1
0 commit comments