Skip to content

Commit 67b4531

Browse files
authored
[Infra] Fix auth CI failure (#15217)
1 parent 3a4c311 commit 67b4531

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/auth.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ jobs:
156156
steps:
157157
- uses: actions/checkout@v4
158158
- uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
159+
- name: Setup Xcode
160+
run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
159161
- name: Setup Bundler
160162
run: scripts/setup_bundler.sh
161163
- name: Configure test keychain

0 commit comments

Comments
 (0)