Revert "Switch to Xcode 16 on macOS 14 arm64 GHA Runner"
This reverts commit d3d925dbf29975efc3614fb7b9acfc28fb66b748. # Conflicts: # .github/workflows/deploy-appstore.yml
This commit is contained in:
parent
9dc130eeaf
commit
79643d411f
4
.github/workflows/deploy-appstore.yml
vendored
4
.github/workflows/deploy-appstore.yml
vendored
@ -8,7 +8,7 @@ on:
|
||||
jobs:
|
||||
deploy_appstore:
|
||||
name: Deploy App Store
|
||||
runs-on: macos-14
|
||||
runs-on: macos-13
|
||||
steps:
|
||||
- name: Install SSH key
|
||||
uses: webfactory/ssh-agent@v0.5.3
|
||||
@ -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_16.app
|
||||
run: sudo xcode-select -switch /Applications/Xcode_15.0.1.app
|
||||
- name: Deploy App Store
|
||||
env:
|
||||
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user