Skip to content

Commit ec9f36a

Browse files
authored
[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.
1 parent 96e1320 commit ec9f36a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/libcxx-build-and-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
- uses: actions/checkout@v4
209209
- uses: maxim-lobanov/setup-xcode@v1
210210
with:
211-
xcode-version: 'latest-stable'
211+
xcode-version: 'latest'
212212
- uses: seanmiddleditch/gha-setup-ninja@master
213213
- name: Build and test
214214
run: |

0 commit comments

Comments
 (0)