Skip to content

Commit 057446f

Browse files
authored
Fix intel CPU job by picking a compatible device (mobile-dev-inc#2945)
1 parent 7aeee64 commit 057446f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-e2e-ios-intel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
run: |
8686
xcrun simctl list runtimes
8787
export RUNTIME="iOS18.5"
88-
export DEVICE_TYPE="iPhone 17 Pro"
88+
export DEVICE_TYPE="iPhone 16"
8989
./.github/scripts/boot_simulator.sh
9090
9191
- name: Download apps

0 commit comments

Comments
 (0)