Skip to content

Commit

Permalink
Revert "Switch to Xcode 16 on macOS 14 arm64 GHA Runner"
Browse files Browse the repository at this point in the history
This reverts commit d3d925d.

# Conflicts:
#	.github/workflows/deploy-appstore.yml
  • Loading branch information
kimar committed Oct 9, 2024
1 parent 9dc130e commit 79643d4
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 @@ -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/[email protected]
Expand All @@ -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 }}
Expand Down

0 comments on commit 79643d4

Please sign in to comment.