We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e0db87 commit 9262441Copy full SHA for 9262441
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v2
15
16
- name: xcode-select
17
- run: sudo xcode-select -s /Applications/Xcode_12.3.app
+ run: sudo xcode-select -s /Applications/Xcode_15.3.app
18
19
- name: install autoreconf
20
run: brew install automake
@@ -54,4 +54,4 @@ jobs:
54
upload_url: ${{ steps.create_release.outputs.upload_url }}
55
asset_path: ./OpenSSH-static.xcframework.zip
56
asset_name: OpenSSH-static.xcframework.zip
57
- asset_content_type: application/zip
+ asset_content_type: application/zip
0 commit comments