diff --git a/testing/scenario_app/run_ios_tests.sh b/testing/scenario_app/run_ios_tests.sh index b9103b9a195a9..7108bc3c69d6c 100755 --- a/testing/scenario_app/run_ios_tests.sh +++ b/testing/scenario_app/run_ios_tests.sh @@ -21,7 +21,7 @@ pushd ios/Scenarios set -o pipefail && xcodebuild -sdk iphonesimulator \ -scheme ScenariosTests \ - -destination 'platform=iOS Simulator,name=iPhone SE,OS=12.2' \ + -destination 'platform=iOS Simulator,name=iPhone SE' \ test \ FLUTTER_ENGINE=$FLUTTER_ENGINE | $PRETTY