From b0ebcff4e8f239024e595d31cbd2d9d445cae797 Mon Sep 17 00:00:00 2001 From: gxalpha Date: Sun, 26 Feb 2023 02:49:22 +0100 Subject: [PATCH] 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 --- .github/workflows/main.yml | 3 --- 1 file changed, 3 deletions(-) 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 }}