diff options
| author | Laurențiu Nicola <lnicola@dend.ro> | 2021-12-15 13:34:20 +0200 |
|---|---|---|
| committer | Laurențiu Nicola <lnicola@dend.ro> | 2021-12-15 13:36:36 +0200 |
| commit | d5de3b25d78fab0bc2b4cc4ac094e474fe9fb60f (patch) | |
| tree | 5d5cb11ae944afa19444a6f3f1be95b009c85368 | |
| parent | 69500e8c6bad63feec7dc94af844dc30f454a592 (diff) | |
| download | rust-d5de3b25d78fab0bc2b4cc4ac094e474fe9fb60f.tar.gz rust-d5de3b25d78fab0bc2b4cc4ac094e474fe9fb60f.zip | |
Use default XCode version
| -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 |
