From 2e76a5cba2de9453fa48e6ea6e41af5accaa1faa Mon Sep 17 00:00:00 2001 From: gaaclarke <30870216+gaaclarke@users.noreply.github.com> Date: Wed, 4 Dec 2019 16:17:43 -0800 Subject: [PATCH] Started specifying the OS version for running the tests. (flutter/engine#14094) --- engine/src/flutter/testing/scenario_app/run_ios_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/src/flutter/testing/scenario_app/run_ios_tests.sh b/engine/src/flutter/testing/scenario_app/run_ios_tests.sh index 026aad25423..fca3af48dd6 100755 --- a/engine/src/flutter/testing/scenario_app/run_ios_tests.sh +++ b/engine/src/flutter/testing/scenario_app/run_ios_tests.sh @@ -21,7 +21,7 @@ pushd ios/Scenarios set -o pipefail && xcodebuild -sdk iphonesimulator \ -scheme Scenarios \ - -destination 'platform=iOS Simulator,name=iPhone SE' \ + -destination 'platform=iOS Simulator,OS=12.2,name=iPhone SE' \ test \ FLUTTER_ENGINE=$FLUTTER_ENGINE | $PRETTY