Skip to content

Commit

Permalink
Fix fastlane sim version again
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewc committed Apr 19, 2024
1 parent 20a05a3 commit 231a991
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ platform :ios do
run_tests(
package_path: ".",
scheme: "PrimerSDKTests",
sdk: "iphonesimulator17.4",
destination: "OS=17.4,name=iPhone 15 Pro",
sdk: "iphonesimulator17.2",
destination: "OS=17.2,name=iPhone 15 Pro",
result_bundle: true,
output_directory: Dir.pwd + "/test_output"
)
Expand Down

0 comments on commit 231a991

Please sign in to comment.