[libc++] Use generic-cxx20 instead of apple-cxx20 on Apple CI
authorLouis Dionne <ldionne.2@gmail.com>
Wed, 1 Mar 2023 20:25:29 +0000 (15:25 -0500)
committerLouis Dionne <ldionne.2@gmail.com>
Wed, 1 Mar 2023 20:26:18 +0000 (15:26 -0500)
commit62e3f298de80f818880d327b030655eb37799953
treec3a60b44e385f4cdee5452af286a1d5abf63888e
parent15cef42696887082179192e4ceb7c20093268ce1
[libc++] Use generic-cxx20 instead of apple-cxx20 on Apple CI

apple-cxx20 is equivalent to generic-cxx20, so we don't need it anymore.
It had been introduced when clang-tidy was enabled explicitly from
run-buildbot, but that's not needed anymore since clang-tidy is
enabled from the buildkite pipeline definition.
libcxx/utils/ci/buildkite-pipeline.yml
libcxx/utils/ci/run-buildbot