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 a76527772e .
This commit is contained in:
Jan Ekström 2022-11-05 19:41:50 +02:00
parent 0076b51dd2
commit d525c3c6c2
1 changed files with 0 additions and 10 deletions

View File

@ -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