about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLaurențiu Nicola <lnicola@dend.ro>2021-12-15 13:34:20 +0200
committerLaurențiu Nicola <lnicola@dend.ro>2021-12-15 13:36:36 +0200
commitd5de3b25d78fab0bc2b4cc4ac094e474fe9fb60f (patch)
tree5d5cb11ae944afa19444a6f3f1be95b009c85368
parent69500e8c6bad63feec7dc94af844dc30f454a592 (diff)
downloadrust-d5de3b25d78fab0bc2b4cc4ac094e474fe9fb60f.tar.gz
rust-d5de3b25d78fab0bc2b4cc4ac094e474fe9fb60f.zip
Use default XCode version
-rw-r--r--.github/workflows/release.yaml7
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