Skip to content

Commit 9262441

Browse files
author
Carlos Cabanero
committed
Fix GH Workflow. Use Xcode 15.3
1 parent 5e0db87 commit 9262441

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515

1616
- name: xcode-select
17-
run: sudo xcode-select -s /Applications/Xcode_12.3.app
17+
run: sudo xcode-select -s /Applications/Xcode_15.3.app
1818

1919
- name: install autoreconf
2020
run: brew install automake
@@ -54,4 +54,4 @@ jobs:
5454
upload_url: ${{ steps.create_release.outputs.upload_url }}
5555
asset_path: ./OpenSSH-static.xcframework.zip
5656
asset_name: OpenSSH-static.xcframework.zip
57-
asset_content_type: application/zip
57+
asset_content_type: application/zip

0 commit comments

Comments
 (0)