Change to use Xcode 12
This commit is contained in:
parent
e39d1d2a43
commit
0326f4834a
|
@ -28,8 +28,8 @@ jobs:
|
||||||
- name: List Available Applications
|
- name: List Available Applications
|
||||||
run: ls /Applications
|
run: ls /Applications
|
||||||
|
|
||||||
- name: Switch to Xcode 11
|
- name: Switch to Xcode 12
|
||||||
run: sudo xcode-select -s /Applications/Xcode_11.4.app
|
run: sudo xcode-select -s /Applications/Xcode_12.app
|
||||||
|
|
||||||
- name: Show Build Version
|
- name: Show Build Version
|
||||||
run: xcodebuild -version
|
run: xcodebuild -version
|
||||||
|
|
Loading…
Reference in New Issue