chore: update CI build with Xcode 13 for iOS 15 SDK
This commit is contained in:
parent
5eefb620fa
commit
bcf0262608
|
@ -19,8 +19,8 @@ jobs:
|
|||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: force Xcode 12.5.1
|
||||
run: sudo xcode-select -switch /Applications/Xcode_12.5.1.app
|
||||
- name: force Xcode 13.0
|
||||
run: sudo xcode-select -switch /Applications/Xcode_13.0.app
|
||||
- name: setup
|
||||
run: exec ./.github/scripts/setup.sh
|
||||
- name: build
|
||||
|
|
Loading…
Reference in New Issue