Really switch XCode version

This commit is contained in:
Laurențiu Nicola 2021-12-15 14:42:39 +02:00
parent 778a63e9e3
commit c6a8cc1cee

View file

@ -229,11 +229,11 @@ jobs:
runs-on: macos-latest
env:
RA_TARGET: aarch64-apple-darwin
SELECT_XCODE: /Applications/Xcode_12.2.app
# SELECT_XCODE: /Applications/Xcode_12.2.app
steps:
- name: Select XCode version
run: sudo xcode-select -s "${SELECT_XCODE}"
# - name: Select XCode version
# run: sudo xcode-select -s "${SELECT_XCODE}"
- name: Checkout repository
uses: actions/checkout@v2