Skip to content

Commit b1b7807

Browse files
authored
[Infra] Run Auth QS with Xcode 16 to resolve Facebook SDK breaking change (#14129)
1 parent 427647b commit b1b7807

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/prerelease.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,13 +247,15 @@ jobs:
247247
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
248248
signin_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
249249
bot_token_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
250-
runs-on: macos-14
250+
runs-on: macos-15
251251
steps:
252252
- uses: actions/checkout@v4
253253
- uses: ruby/setup-ruby@v1
254254
- name: Get token
255255
run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/prerelease-testing-token.txt.gpg \
256256
bot-access.txt "$bot_token_secret"
257+
- name: Xcode
258+
run: sudo xcode-select -s /Applications/Xcode_16.1.app/Contents/Developer
257259
- name: Setup testing repo and quickstart
258260
run: |
259261
botaccess=`cat bot-access.txt`

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,13 +195,15 @@ jobs:
195195
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
196196
signin_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
197197
bot_token_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
198-
runs-on: macos-14
198+
runs-on: macos-15
199199
steps:
200200
- uses: actions/checkout@v4
201201
- uses: ruby/setup-ruby@v1
202202
- name: Get token
203203
run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/release-testing-token.txt.gpg \
204204
bot-access.txt "$bot_token_secret"
205+
- name: Xcode
206+
run: sudo xcode-select -s /Applications/Xcode_16.1.app/Contents/Developer
205207
- name: Setup testing repo and quickstart
206208
run: |
207209
botaccess=`cat bot-access.txt`

0 commit comments

Comments
 (0)