diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 26e510f72..a9ed780b6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 }}