We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36f0875 commit b7ec9d8Copy full SHA for b7ec9d8
.github/workflows/build-all.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Check out code
36
uses: actions/checkout@v4
37
- name: Set Xcode version
38
- run: sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
+ run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
39
- name: iOS debug build
40
run: ./amper build -m iosApp -p iosArm64
41
0 commit comments