Переглянути джерело

CI: Stop pinning Xcode to 14.1

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
gxalpha 3 роки тому
батько
коміт
b0ebcff4e8
1 змінених файлів з 0 додано та 3 видалено
  1. 0 3
      .github/workflows/main.yml

+ 0 - 3
.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 }}