diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 37cfdf0f53..5e3bf6e37b 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -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" )