Skip to content

Commit

Permalink
[Infra] Run Auth QS with Xcode 16 to resolve Facebook SDK breaking ch…
Browse files Browse the repository at this point in the history
…ange (#14129)
  • Loading branch information
ncooke3 authored Nov 15, 2024
1 parent 427647b commit b1b7807
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,13 +247,15 @@ jobs:
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
signin_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
bot_token_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
runs-on: macos-14
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
- name: Get token
run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/prerelease-testing-token.txt.gpg \
bot-access.txt "$bot_token_secret"
- name: Xcode
run: sudo xcode-select -s /Applications/Xcode_16.1.app/Contents/Developer
- name: Setup testing repo and quickstart
run: |
botaccess=`cat bot-access.txt`
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,13 +195,15 @@ jobs:
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
signin_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
bot_token_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
runs-on: macos-14
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
- name: Get token
run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/release-testing-token.txt.gpg \
bot-access.txt "$bot_token_secret"
- name: Xcode
run: sudo xcode-select -s /Applications/Xcode_16.1.app/Contents/Developer
- name: Setup testing repo and quickstart
run: |
botaccess=`cat bot-access.txt`
Expand Down

0 comments on commit b1b7807

Please sign in to comment.