about summary refs log tree commit diff
path: root/src/ci/github-actions
diff options
context:
space:
mode:
authorHans Kratz <hans@appfour.com>2021-10-13 17:44:39 +0200
committerHans Kratz <hans@appfour.com>2021-10-14 06:10:07 +0200
commit8514b0097b28f84ee5cfead059a5771c6a693fb0 (patch)
tree233ca7ee4d039268a06844d94b37f3279b8a387d /src/ci/github-actions
parent81117ff930fbf3792b4f9504e3c6bccc87b10823 (diff)
downloadrust-8514b0097b28f84ee5cfead059a5771c6a693fb0.tar.gz
rust-8514b0097b28f84ee5cfead059a5771c6a693fb0.zip
Selecting the Xcode version no longer needed with the macos-11 runners.
Diffstat (limited to 'src/ci/github-actions')
-rw-r--r--src/ci/github-actions/ci.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml
index c9f8692d418..eb16cf3c762 100644
--- a/src/ci/github-actions/ci.yml
+++ b/src/ci/github-actions/ci.yml
@@ -153,10 +153,6 @@ x--expand-yaml-anchors--remove:
         run: src/ci/scripts/install-sccache.sh
         <<: *step
 
-      - name: select Xcode
-        run: src/ci/scripts/select-xcode.sh
-        <<: *step
-
       - name: install clang
         run: src/ci/scripts/install-clang.sh
         <<: *step
@@ -498,7 +494,6 @@ jobs:
                 --set rust.jemalloc
                 --set llvm.ninja=false
               RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
-              SELECT_XCODE: /Applications/Xcode_12.2.app
               USE_XCODE_CLANG: 1
               MACOSX_DEPLOYMENT_TARGET: 11.0
               MACOSX_STD_DEPLOYMENT_TARGET: 11.0