From 747f664d5391341a652d22d4f14fd40ec7592fe4 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Mon, 11 Dec 2023 11:21:21 +0000 Subject: [PATCH] Helps if we don't forcibly override CI xcode versions in our scripts --- scripts/github-ci-pre.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/github-ci-pre.sh b/scripts/github-ci-pre.sh index 98a3d1a92..b7f75d137 100755 --- a/scripts/github-ci-pre.sh +++ b/scripts/github-ci-pre.sh @@ -6,9 +6,6 @@ set -o pipefail export IS_CI=1 -# Select our Xcode version -sudo xcode-select -s /Applications/Xcode_14.1.app - # Remove the pre-installed Cocoapods binary rm /usr/local/bin/pod