Skip to content

Commit

Permalink
change sim version
Browse files Browse the repository at this point in the history
  • Loading branch information
semirp committed May 16, 2024
1 parent 7fc45c7 commit 497761a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/IOSFastFile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ platform :ios do
###################### PUBLIC LANES #######################

lane :tests do |options|
sim_version = options[:sim_version] || "17.2"
sim_version = options[:sim_version] || "17.0.1"
run_tests(workspace: app_workspace,
scheme: "example_0_70_6Tests",
sdk: "iphonesimulator#{sim_version}",
Expand Down

0 comments on commit 497761a

Please sign in to comment.