Skip to content

Commit

Permalink
Fix Xcode-version
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitschlag authored Nov 9, 2023
1 parent 7004a22 commit ad91b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-appstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
NotificationEndpointRelease: ${{ secrets.NotificationEndpointRelease }}
run: exec ./.github/scripts/setup.sh
- name: Select required Xcode version
run: sudo xcode-select -switch /Applications/Xcode_15.0.0.app
run: sudo xcode-select -switch /Applications/Xcode_15.0.1.app
- name: Deploy App Store
env:
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
Expand Down

0 comments on commit ad91b45

Please sign in to comment.