We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dda83c5 commit e675dfcCopy full SHA for e675dfc
1 file changed
.github/workflows/ci.yml
@@ -309,12 +309,12 @@ jobs:
309
- libc++-18-dev
310
- libc++abi-18-dev
311
312
- - toolset: clang
313
- cxxstd: "11,14,17,20,2b"
314
- os: macos-13
315
- toolset: clang
316
cxxstd: "11,14,17,20,2b"
317
os: macos-14
+ - toolset: clang
+ cxxstd: "11,14,17,20,23"
+ os: macos-15
318
319
timeout-minutes: 15
320
runs-on: ${{matrix.os}}
0 commit comments