diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 6b89b61d..9ac75903 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -2,7 +2,7 @@ default_platform(:ios) desc "Runs the unit tests to ensure the build is working" lane :test do - scan(scheme: ENV["TEST_SCHEME"], devices: ["iPhone SE"], clean: true) + scan(scheme: ENV["TEST_SCHEME"], devices: ["iPhone 14"], clean: true) end desc "Cuts a new release and distributes it on CocoaPods and Carthage"