Skip to content

Commit

Permalink
chose(): Updated Xcode build destination
Browse files Browse the repository at this point in the history
  • Loading branch information
tyllark committed Jan 14, 2025
1 parent 9709030 commit 1773c1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flutter_ios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
if: inputs.has-native-tests
run: |
set -o pipefail
XCODEBUILD_DESTINATION="platform=iOS Simulator,name=iPhone 14 Pro Max,OS=latest"
XCODEBUILD_DESTINATION="platform=iOS Simulator,name=iPhone 16 Pro Max,OS=latest"
xcodebuild test \
-workspace Runner.xcworkspace \
-scheme Runner \
Expand Down
2 changes: 1 addition & 1 deletion tool/test_all_plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ case $KIND in
fi

cd ios
XCODEBUILD_DESTINATION="platform=iOS Simulator,name=iPhone 14 Pro Max,OS=latest"
XCODEBUILD_DESTINATION="platform=iOS Simulator,name=iPhone 16 Pro Max,OS=latest"
if xcodebuild test \
-workspace Runner.xcworkspace \
-scheme Runner \
Expand Down

0 comments on commit 1773c1e

Please sign in to comment.