diff options
| author | Nikolas Klauser <nikolasklauser@berlin.de> | 2024-08-28 15:02:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-28 09:02:52 -0400 |
| commit | ec9f36a624fa9f8fea6e40384ce513b6da8c08e4 (patch) | |
| tree | 4a22f5215b6fd089b5188d8b8e95808070fec189 /.github/workflows/libcxx-build-and-test.yaml | |
| parent | 96e1320a9aa8fd010b02fc6751da801c48725a02 (diff) | |
[libc++] Switch to the current XCode beta on macOS builders (#106363)
This unblocks a ton of work including #76756 as it updates to a newer
version of AppleClang.
Diffstat (limited to '.github/workflows/libcxx-build-and-test.yaml')
| -rw-r--r-- | .github/workflows/libcxx-build-and-test.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/libcxx-build-and-test.yaml b/.github/workflows/libcxx-build-and-test.yaml index 3af1b1abe2d4..1a26a699db8e 100644 --- a/.github/workflows/libcxx-build-and-test.yaml +++ b/.github/workflows/libcxx-build-and-test.yaml @@ -208,7 +208,7 @@ jobs: - uses: actions/checkout@v4 - uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: 'latest-stable' + xcode-version: 'latest' - uses: seanmiddleditch/gha-setup-ninja@master - name: Build and test run: | |
