summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJan Ekström <jeebjp@gmail.com>2022-11-05 19:41:50 +0200
committerJan Ekström <jeebjp@gmail.com>2022-11-05 23:54:27 +0200
commitd525c3c6c2a46a14129629f7dd58a0b372c44b88 (patch)
tree665e531249fa843ee244342d7805afc9bd5d3879 /.github
parent0076b51dd2949e91e115d3380b50f62a9a1d70da (diff)
downloadmpv-d525c3c6c2a46a14129629f7dd58a0b372c44b88.tar.bz2
mpv-d525c3c6c2a46a14129629f7dd58a0b372c44b88.tar.xz
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 .
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml10
1 files changed, 0 insertions, 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