Skip to content

Commit 2efd1d7

Browse files
authored
ci: upgrade ios simulator from iPhone 14 Pro to iPhone 16 Pro (#224)
1 parent b3b5266 commit 2efd1d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-and-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
working-directory: ${{ env.working_directory }}
118118
run: flutter build ios --config-only
119119
- name: "Run iOS native unit tests"
120-
run: DEVICE='iPhone 14 Pro' melos run test:ios
120+
run: DEVICE='iPhone 16 Pro' melos run test:ios
121121
- name: Upload build artifact
122122
uses: actions/upload-artifact@v4
123123
with:

tool/test-ios.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
set -e
1616

17-
DEVICE_NAME=${DEVICE:-'iPhone 14 Pro'} # Default to 'iPhone 14 Pro' if no argument is provided
17+
DEVICE_NAME=${DEVICE:-'iPhone 16 Pro'} # Default to 'iPhone 16 Pro' if no argument is provided
1818

1919
# Navigate to the ios directory and run xcodebuild with the provided device name
2020
cd ios && xcodebuild test \

0 commit comments

Comments
 (0)