mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2025-01-23 22:11:22 +01:00
Fix Xcode-version
See https://github.com/actions/runner-images/tree/main/images/macos
This commit is contained in:
parent
7004a22e72
commit
ad91b45a97
2
.github/workflows/deploy-appstore.yml
vendored
2
.github/workflows/deploy-appstore.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
|||||||
NotificationEndpointRelease: ${{ secrets.NotificationEndpointRelease }}
|
NotificationEndpointRelease: ${{ secrets.NotificationEndpointRelease }}
|
||||||
run: exec ./.github/scripts/setup.sh
|
run: exec ./.github/scripts/setup.sh
|
||||||
- name: Select required Xcode version
|
- 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
|
- name: Deploy App Store
|
||||||
env:
|
env:
|
||||||
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
|
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
|
||||||
|
Loading…
Reference in New Issue
Block a user