Skip to content

Commit

Permalink
Use xcode 16 (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahsmartin authored Sep 26, 2024
1 parent e411a3f commit 77fd1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Xcode select
run: sudo xcode-select -s '/Applications/Xcode_15.4.app/Contents/Developer'
run: sudo xcode-select -s '/Applications/Xcode_16.0.app/Contents/Developer'
- name: Setup Signing Certificate
uses: apple-actions/import-codesign-certs@v2
with:
Expand Down

0 comments on commit 77fd1cc

Please sign in to comment.