[all-commits] [llvm/llvm-project] 320d4c: [libc++] Update Apple CI jobs to run the C++23 con...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Fri Sep 15 07:15:29 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 320d4c90fa52d59cc0ed7bac570cd62323dae56f
https://github.com/llvm/llvm-project/commit/320d4c90fa52d59cc0ed7bac570cd62323dae56f
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2023-09-15 (Fri, 15 Sep 2023)
Changed paths:
M libcxx/utils/ci/buildkite-pipeline.yml
Log Message:
-----------
[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.
More information about the All-commits
mailing list