We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 296f665 commit 116d872Copy full SHA for 116d872
1 file changed
.github/workflows/get-started.yml
@@ -60,6 +60,8 @@ jobs:
60
- name: Run xcodebuild
61
uses: mxcl/xcodebuild@v3
62
with:
63
+ xcode: ^16
64
scheme: KMPGetStartedCodelab
65
platform: iOS
66
+ action: build
67
working-directory: ${{ env.SAMPLE_PATH }}/iosApp
0 commit comments