Fix Xcode-version
See https://github.com/actions/runner-images/tree/main/images/macos
This commit is contained in:
parent
7004a22e72
commit
ad91b45a97
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue