File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 1414# limitations under the License.
1515set -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
2020cd ios && xcodebuild test \
You can’t perform that action at this time.
0 commit comments