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 runs-on: macos-latest
env: env:
RA_TARGET: aarch64-apple-darwin RA_TARGET: aarch64-apple-darwin
SELECT_XCODE: /Applications/Xcode_12.2.app # SELECT_XCODE: /Applications/Xcode_12.2.app
steps: steps:
- name: Select XCode version # - name: Select XCode version
run: sudo xcode-select -s "${SELECT_XCODE}" # run: sudo xcode-select -s "${SELECT_XCODE}"
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2 uses: actions/checkout@v2