Skip to content

Commit 77fd1cc

Browse files
authored
Use xcode 16 (#92)
1 parent e411a3f commit 77fd1cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout code
1414
uses: actions/checkout@v2
1515
- name: Xcode select
16-
run: sudo xcode-select -s '/Applications/Xcode_15.4.app/Contents/Developer'
16+
run: sudo xcode-select -s '/Applications/Xcode_16.0.app/Contents/Developer'
1717
- name: Setup Signing Certificate
1818
uses: apple-actions/import-codesign-certs@v2
1919
with:

0 commit comments

Comments
 (0)