Skip to content

Commit 076caf6

Browse files
committed
chore: update xcode and simulator version
1 parent dad6276 commit 076caf6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/callable-e2e-test-detox.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,12 @@ jobs:
4848
cd ios && pod install
4949
working-directory: ${{ inputs.working_directory }}
5050
shell: bash
51+
- name: Set Xcode version
52+
run: |
53+
sudo xcode-select -s /Applications/Xcode_16.4.app
5154
- name: Start iOS simulator (background)
5255
run: |
53-
xcrun simctl boot "iPhone 15" &
56+
xcrun simctl boot "iPhone 16" &
5457
shell: bash
5558
- name: Start Metro Packager (background)
5659
run: |

0 commit comments

Comments
 (0)