File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -247,13 +247,15 @@ jobs:
247
247
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
248
248
signin_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
249
249
bot_token_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
250
- runs-on : macos-14
250
+ runs-on : macos-15
251
251
steps :
252
252
- uses : actions/checkout@v4
253
253
- uses : ruby/setup-ruby@v1
254
254
- name : Get token
255
255
run : scripts/decrypt_gha_secret.sh scripts/gha-encrypted/prerelease-testing-token.txt.gpg \
256
256
bot-access.txt "$bot_token_secret"
257
+ - name : Xcode
258
+ run : sudo xcode-select -s /Applications/Xcode_16.1.app/Contents/Developer
257
259
- name : Setup testing repo and quickstart
258
260
run : |
259
261
botaccess=`cat bot-access.txt`
Original file line number Diff line number Diff line change @@ -195,13 +195,15 @@ jobs:
195
195
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
196
196
signin_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
197
197
bot_token_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
198
- runs-on : macos-14
198
+ runs-on : macos-15
199
199
steps :
200
200
- uses : actions/checkout@v4
201
201
- uses : ruby/setup-ruby@v1
202
202
- name : Get token
203
203
run : scripts/decrypt_gha_secret.sh scripts/gha-encrypted/release-testing-token.txt.gpg \
204
204
bot-access.txt "$bot_token_secret"
205
+ - name : Xcode
206
+ run : sudo xcode-select -s /Applications/Xcode_16.1.app/Contents/Developer
205
207
- name : Setup testing repo and quickstart
206
208
run : |
207
209
botaccess=`cat bot-access.txt`
You can’t perform that action at this time.
0 commit comments