Skip to content

Commit 320d4c9

Browse files
authored
[libc++] Update Apple CI jobs to run the C++23 configuration (#66367)
We were running the test suite in C++20 mode, but we should really be tracking the latest supported version. We can't do C++26 because the latest stable AppleClang doesn't support it yet.
1 parent fdf91c7 commit 320d4c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libcxx/utils/ci/buildkite-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,7 @@ steps:
908908
- group: ":mac: Apple"
909909
steps:
910910
- label: "MacOS x86_64"
911-
command: "libcxx/utils/ci/run-buildbot generic-cxx20"
911+
command: "libcxx/utils/ci/run-buildbot generic-cxx23"
912912
artifact_paths:
913913
- "**/test-results.xml"
914914
- "**/*.abilist"
@@ -923,7 +923,7 @@ steps:
923923
timeout_in_minutes: 120
924924

925925
- label: "MacOS arm64"
926-
command: "libcxx/utils/ci/run-buildbot generic-cxx20"
926+
command: "libcxx/utils/ci/run-buildbot generic-cxx23"
927927
artifact_paths:
928928
- "**/test-results.xml"
929929
- "**/*.abilist"

0 commit comments

Comments
 (0)