Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 938b4d9

Browse files
authored
remove OS version (#11033)
1 parent 988895d commit 938b4d9

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 ScenariosTests \
24-
-destination 'platform=iOS Simulator,name=iPhone SE,OS=12.2' \
24+
-destination 'platform=iOS Simulator,name=iPhone SE' \
2525
test \
2626
FLUTTER_ENGINE=$FLUTTER_ENGINE | $PRETTY
2727

0 commit comments

Comments
 (0)