Skip to content

Commit b74b553

Browse files
committed
Use c++23 in macos-15 GitHub Actions.
1 parent 2a4dbd1 commit b74b553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ jobs:
297297
cxxstd: "11,14,17,20,2b"
298298
os: macos-14
299299
- toolset: clang
300-
cxxstd: "11,14,17,20,2b"
300+
cxxstd: "11,14,17,20,23"
301301
os: macos-15
302302

303303
- name: CMake tests

0 commit comments

Comments
 (0)