11023: minor: Really switch XCode version r=lnicola a=lnicola

bors r+

Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>
This commit is contained in:
bors[bot] 2021-12-15 12:45:13 +00:00 committed by GitHub
commit b75d4d3dbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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