From d525c3c6c2a46a14129629f7dd58a0b372c44b88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Ekstr=C3=B6m?= Date: Sat, 5 Nov 2022 19:41:50 +0200 Subject: [PATCH] github/workflows: remove xcode 13.0 to xcode 13.1 override Thankfully, this version is no longer the default on any of the macOS runners. Effectively reverts a76527772eb52084c61241b89cfb42ce59f6f6a4 . --- .github/workflows/build.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 87618050c2..ab01efe717 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -75,16 +75,6 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Override Xcode 13.0 if it's the default toolchain - run: | - XCODE_PATH="$(xcode-select -p)" - case "${XCODE_PATH}" in - *Xcode_13.0*) - sudo xcode-select -s "/Applications/Xcode_13.1.app" - echo "Updated Xcode path ${XCODE_PATH} -> $(xcode-select -p)" - ;; - esac - - name: Install dependencies run: | brew update