CI: Switch to Xcode Beta

This commit is contained in:
derrod 2022-09-19 21:28:37 +02:00 committed by Ryan Foster
parent 615728fa3b
commit 947054087b

View file

@ -155,8 +155,9 @@ jobs:
echo "::set-output name=commitHash::$(git rev-parse --short=9 HEAD)"
- name: 'Switch to Xcode 14 Beta'
run: sudo xcode-select -switch /Applications/Xcode_14.0.app
- name: 'Switch to Xcode Beta'
shell: zsh {0}
run: sudo xcode-select -switch /Applications/Xcode_*_beta.app(On[1])
- name: 'Install dependencies'
env: