Skip to content

Commit 3e40ed1

Browse files
committed
Review
1 parent 7afb0c3 commit 3e40ed1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/prerelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,15 +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"
257257
- name: Xcode
258-
run: sudo xcode-select -s /Applications/Xcode_16.app/Contents/Developer
258+
run: sudo xcode-select -s /Applications/Xcode_16.1.app/Contents/Developer
259259
- name: Setup testing repo and quickstart
260260
run: |
261261
botaccess=`cat bot-access.txt`

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,15 +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"
205205
- name: Xcode
206-
run: sudo xcode-select -s /Applications/Xcode_16.app/Contents/Developer
206+
run: sudo xcode-select -s /Applications/Xcode_16.1.app/Contents/Developer
207207
- name: Setup testing repo and quickstart
208208
run: |
209209
botaccess=`cat bot-access.txt`

0 commit comments

Comments
 (0)