Skip to content

Commit

Permalink
Update to run on macos-15
Browse files Browse the repository at this point in the history
GitHub no longer offers Xcode 16 on macos-14. actions/runner-images#10703
  • Loading branch information
whattherestimefor authored Nov 13, 2024
1 parent 16f7a86 commit 4acb163
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 @@ -8,7 +8,7 @@ on:
jobs:
deploy_appstore:
name: Deploy App Store
runs-on: macos-14
runs-on: macos-15
steps:
- name: Install SSH key
uses: webfactory/[email protected]
Expand Down

0 comments on commit 4acb163

Please sign in to comment.