Просмотр исходного кода

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 лет назад
Родитель
Сommit
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 }}