From 7ff2a9445882e3afc5915cd7526c7d75e77effeb Mon Sep 17 00:00:00 2001 From: derrod Date: Tue, 20 Sep 2022 16:07:33 +0200 Subject: [PATCH] CI: Fix Xcode selection in new runner image --- .github/workflows/main.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c7a9f9061..2f4538560 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -155,9 +155,8 @@ jobs: echo "::set-output name=commitHash::$(git rev-parse --short=9 HEAD)" - - name: 'Switch to Xcode Beta' - shell: zsh {0} - run: sudo xcode-select -switch /Applications/Xcode_*_beta.app(On[1]) + - name: 'Switch to Xcode 14.1' + run: sudo xcode-select -switch /Applications/Xcode_14.1.app - name: 'Install dependencies' env: