Skip to content

Commit 9f8e447

Browse files
authored
Started specifying the OS version for running the tests. (flutter#14094)
1 parent 7959903 commit 9f8e447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/scenario_app/run_ios_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pushd ios/Scenarios
2121

2222
set -o pipefail && xcodebuild -sdk iphonesimulator \
2323
-scheme Scenarios \
24-
-destination 'platform=iOS Simulator,name=iPhone SE' \
24+
-destination 'platform=iOS Simulator,OS=12.2,name=iPhone SE' \
2525
test \
2626
FLUTTER_ENGINE=$FLUTTER_ENGINE | $PRETTY
2727

0 commit comments

Comments
 (0)