From 477d131fd16a0024aa68ad1a78049715600b088c Mon Sep 17 00:00:00 2001 From: Maksym Rachytskyy Date: Thu, 1 Aug 2024 14:44:32 +0300 Subject: [PATCH] Update deploy.yml (#404) ## Purpose Update GitHub deploy file *** Error: Asset validation failed SDK version issue. This app was built with the iOS 16.4 SDK. All iOS and iPadOS apps must be built with the iOS 17 SDK or later, included in Xcode 15 or later, in order to be uploaded to App Store Connect or submitted for distribution. (ID: 7bf5229e-4adb-4d2f-bdbf-2c6bf520134c) (90725) --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6bec1d1d..3cf5cd79 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,12 +12,12 @@ concurrency: cancel-in-progress: true env: - xcode_version: 14.3.1 + xcode_version: 15.3 jobs: Deploy: environment: '${{ github.event.inputs.environment }}' - runs-on: macos-13 + runs-on: macos-latest steps: - name: Checkout