From 6c44a9102c269b6b762c644ff19a99c1c4c2a97a Mon Sep 17 00:00:00 2001 From: cranci <100066266+cranci1@users.noreply.github.com> Date: Tue, 13 Feb 2024 12:58:48 +0100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8e00945a..0856421e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,16 +7,14 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: macos-latest steps: - name: Checkout Repository uses: actions/checkout@v2 - name: Set up Xcode - uses: actions/setup-xcode@v2.5.2 - with: - xcode-version: '13.2.1' + run: sudo xcode-select --switch /Applications/Xcode_13.2.1.app/Contents/Developer - name: Make ipabuild.sh executable run: chmod +x ipabuild.sh