Skip to content

Commit

Permalink
Update deploy.yml (#404)
Browse files Browse the repository at this point in the history
## 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)
  • Loading branch information
ramakser authored Aug 1, 2024
1 parent 9b1c096 commit 477d131
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 477d131

Please sign in to comment.