File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -254,6 +254,8 @@ jobs:
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.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 @@ -202,6 +202,8 @@ jobs:
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.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