Skip to content

Commit

Permalink
Update deploy_appstore.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ant013 committed Jun 14, 2024
1 parent 8cacb9b commit 67d3f11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_appstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: macos-14

steps:
- name: Setup Xcode to 15.3
- name: Setup Xcode to 15.2
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.3'
xcode-version: '15.2'

- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 67d3f11

Please sign in to comment.