Unnamed repository; edit this file 'description' to name the repository.
Merge #11023
11023: minor: Really switch XCode version r=lnicola a=lnicola bors r+ Co-authored-by: LaurenČ›iu Nicola <[email protected]>
bors[bot] 2021-12-15
parent 778a63e · parent c6a8cc1 · commit b75d4d3
-rw-r--r--.github/workflows/release.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index bc712b1a51..da3db7846e 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -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