This was needed to get the macOS 13 SDK when Xcode 14.0 was the default. It no longer is (at the time of writing the default is 14.2), so we can (and probably should) stop pinning to the older 14.1
@@ -163,9 +163,6 @@ jobs:
echo "commitHash=$(git rev-parse --short=9 HEAD)" >> $GITHUB_OUTPUT
- - name: 'Switch to Xcode 14.1'
- run: sudo xcode-select -switch /Applications/Xcode_14.1.app
-
- name: 'Install dependencies'
env:
RESTORED_VLC: ${{ steps.vlc-cache.outputs.cache-hit }}