Skip to content

Commit df302cb

Browse files
committed
chose(): Updated Xcode build destination
1 parent 44ecc89 commit df302cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/flutter_ios.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
if: inputs.has-native-tests
6161
run: |
6262
set -o pipefail
63-
XCODEBUILD_DESTINATION="platform=iOS Simulator,name=iPhone 14 Pro Max,OS=latest"
63+
XCODEBUILD_DESTINATION="platform=iOS Simulator,name=iPhone 16 Pro Max,OS=latest"
6464
xcodebuild test \
6565
-workspace Runner.xcworkspace \
6666
-scheme Runner \

tool/test_all_plugins.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ case $KIND in
5555
fi
5656

5757
cd ios
58-
XCODEBUILD_DESTINATION="platform=iOS Simulator,name=iPhone 14 Pro Max,OS=latest"
58+
XCODEBUILD_DESTINATION="platform=iOS Simulator,name=iPhone 16 Pro Max,OS=latest"
5959
if xcodebuild test \
6060
-workspace Runner.xcworkspace \
6161
-scheme Runner \

0 commit comments

Comments
 (0)