Skip to content

Commit

Permalink
ci: upgrade ios simulator from iPhone 14 Pro to iPhone 16 Pro (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
jokerttu authored Nov 26, 2024
1 parent b3b5266 commit 2efd1d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
working-directory: ${{ env.working_directory }}
run: flutter build ios --config-only
- name: "Run iOS native unit tests"
run: DEVICE='iPhone 14 Pro' melos run test:ios
run: DEVICE='iPhone 16 Pro' melos run test:ios
- name: Upload build artifact
uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion tool/test-ios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
set -e

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

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

0 comments on commit 2efd1d7

Please sign in to comment.