diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-12-15 11:37:06 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-15 11:37:06 +0000 |
| commit | a862c596a5eacad639f4947a7550f46c5993687f (patch) | |
| tree | 20e1bbdac97c33d7bcaa014c465852ffcdc979bb | |
| parent | 9efa355a629badd9eb680b0ae9067757bff05f96 (diff) | |
| parent | d5de3b25d78fab0bc2b4cc4ac094e474fe9fb60f (diff) | |
| download | rust-a862c596a5eacad639f4947a7550f46c5993687f.tar.gz rust-a862c596a5eacad639f4947a7550f46c5993687f.zip | |
Merge #11021
11021: internal: Use default XCode version r=lnicola a=lnicola bors r+ Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>
| -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 e2a2d98a366..2f009c43225 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 |
