From 8514b0097b28f84ee5cfead059a5771c6a693fb0 Mon Sep 17 00:00:00 2001 From: Hans Kratz Date: Wed, 13 Oct 2021 17:44:39 +0200 Subject: Selecting the Xcode version no longer needed with the macos-11 runners. --- src/ci/scripts/select-xcode.sh | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 src/ci/scripts/select-xcode.sh (limited to 'src/ci/scripts') diff --git a/src/ci/scripts/select-xcode.sh b/src/ci/scripts/select-xcode.sh deleted file mode 100755 index 3b9c77d42ba..00000000000 --- a/src/ci/scripts/select-xcode.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash -# This script selects the Xcode instance to use. - -set -euo pipefail -IFS=$'\n\t' - -source "$(cd "$(dirname "$0")" && pwd)/../shared.sh" - -if isMacOS; then - if [[ -s "${SELECT_XCODE-}" ]]; then - sudo xcode-select -s "${SELECT_XCODE}" - fi -fi -- cgit 1.4.1-3-g733a5