Skip to content

Commit 9306de4

Browse files
authored
simulator in test is iphone17pro on ios26 (#678)
## Summary Following the iOS release (iOS 26), bump the simulator used in tests.
1 parent e07ac93 commit 9306de4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/fastlane-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ concurrency:
1010
jobs:
1111
build:
1212
runs-on: macos-15
13+
timeout-minutes: 30
1314

1415
steps:
1516
- uses: maxim-lobanov/setup-xcode@v1

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ platform :ios do
3333
sh("xcrun simctl list devicetypes")
3434
sh("xcrun simctl list runtimes")
3535

36-
sh("xcrun simctl create Test-iPhone com.apple.CoreSimulator.SimDeviceType.iPhone-16-Pro com.apple.CoreSimulator.SimRuntime.iOS-18-6")
36+
sh("xcrun simctl create Test-iPhone com.apple.CoreSimulator.SimDeviceType.iPhone-17-Pro com.apple.CoreSimulator.SimRuntime.iOS-26-0")
3737
sleep 5
3838
sh("xcrun simctl list devices")
3939

0 commit comments

Comments
 (0)