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:
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`
Original file line number Diff line number Diff 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`
You can’t perform that action at this time.
0 commit comments