mirror of https://github.com/mpv-player/mpv
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:
parent
0076b51dd2
commit
d525c3c6c2
|
@ -75,16 +75,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- 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
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
brew update
|
brew update
|
||||||
|
|
Loading…
Reference in New Issue