We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e07ac93 commit 9306de4Copy full SHA for 9306de4
.github/workflows/fastlane-tests.yml
@@ -10,6 +10,7 @@ concurrency:
10
jobs:
11
build:
12
runs-on: macos-15
13
+ timeout-minutes: 30
14
15
steps:
16
- uses: maxim-lobanov/setup-xcode@v1
fastlane/Fastfile
@@ -33,7 +33,7 @@ platform :ios do
33
sh("xcrun simctl list devicetypes")
34
sh("xcrun simctl list runtimes")
35
36
- sh("xcrun simctl create Test-iPhone com.apple.CoreSimulator.SimDeviceType.iPhone-16-Pro com.apple.CoreSimulator.SimRuntime.iOS-18-6")
+ sh("xcrun simctl create Test-iPhone com.apple.CoreSimulator.SimDeviceType.iPhone-17-Pro com.apple.CoreSimulator.SimRuntime.iOS-26-0")
37
sleep 5
38
sh("xcrun simctl list devices")
39
0 commit comments