From ebfe7922eca150a9425af05acdcf2c25d86c2c9a Mon Sep 17 00:00:00 2001 From: Alexander Heinrich Date: Tue, 4 Jan 2022 12:59:34 +0100 Subject: [PATCH] Updating build workflow for Xcode 13 --- .github/workflows/build-app.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-app.yml b/.github/workflows/build-app.yml index 42a573e..f673305 100644 --- a/.github/workflows/build-app.yml +++ b/.github/workflows/build-app.yml @@ -45,9 +45,9 @@ jobs: steps: - name: "Checkout code" uses: actions/checkout@v2 - - name: "Select Xcode 12" + - name: "Select Xcode 13" uses: devbotsxyz/xcode-select@v1 with: - version: "12" + version: "13" - name: "Archive project" run: xcodebuild archive -scheme ${APP} -configuration release -archivePath ${APP}.xcarchive