Skip to content

Commit

Permalink
iOS 17.2 isn't available on the perf machine, try 17.1 instead
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanceriu committed Mar 23, 2024
1 parent 7903472 commit b3ee680
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require 'semantic'
require_relative 'changelog'

before_all do
xcversion(version: "~> 15.0")
xcversion(version: "~> 15.1")

ENV["FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT"] = "180"
ENV["FASTLANE_XCODE_LIST_TIMEOUT"] = "180"
Expand Down Expand Up @@ -100,15 +100,15 @@ lane :ui_tests do |options|
reset_simulator_contents()

create_simulator_if_necessary(
name: "iPhone 15 (17.2)",
name: "iPhone 15 (17.1)",
type: "com.apple.CoreSimulator.SimDeviceType.iPhone-15",
runtime: "com.apple.CoreSimulator.SimRuntime.iOS-17-2"
runtime: "com.apple.CoreSimulator.SimRuntime.iOS-17-1"
)

create_simulator_if_necessary(
name: "iPad (10th generation)",
type: "com.apple.CoreSimulator.SimDeviceType.iPad-10th-generation",
runtime: "com.apple.CoreSimulator.SimRuntime.iOS-17-2"
runtime: "com.apple.CoreSimulator.SimRuntime.iOS-17-1"
)

if options[:test_name]
Expand Down

0 comments on commit b3ee680

Please sign in to comment.