Started specifying the OS version for running the tests. (flutter/engine#14094)

This commit is contained in:
gaaclarke 2019-12-04 16:17:43 -08:00 committed by GitHub
parent 197940dd71
commit 2e76a5cba2

View File

@ -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