Unnamed repository; edit this file 'description' to name the repository.
Merge #11021
11021: internal: Use default XCode version r=lnicola a=lnicola
bors r+
Co-authored-by: Laurențiu Nicola <[email protected]>
| -rw-r--r-- | .github/workflows/release.yaml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e2a2d98a36..2f009c4322 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -194,11 +194,12 @@ jobs: runs-on: macos-latest env: RA_TARGET: x86_64-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}" +# use the default (12.5.1 as of today) +# - name: Select XCode version +# run: sudo xcode-select -s "${SELECT_XCODE}" - name: Checkout repository uses: actions/checkout@v2 |