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 dad6276 commit 076caf6Copy full SHA for 076caf6
.github/workflows/callable-e2e-test-detox.yml
@@ -48,9 +48,12 @@ jobs:
48
cd ios && pod install
49
working-directory: ${{ inputs.working_directory }}
50
shell: bash
51
+ - name: Set Xcode version
52
+ run: |
53
+ sudo xcode-select -s /Applications/Xcode_16.4.app
54
- name: Start iOS simulator (background)
55
run: |
- xcrun simctl boot "iPhone 15" &
56
+ xcrun simctl boot "iPhone 16" &
57
58
- name: Start Metro Packager (background)
59
0 commit comments