Skip to content

Commit

Permalink
Use iPhone 16 Pro for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BPerlakiH committed Mar 1, 2025
1 parent dc3b6a7 commit 63923b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

- name: Run Unit Tests on iOS
if: matrix.platform == 'iOS'
run: xcodebuild test -scheme Kiwix -destination 'platform=iOS Simulator'
run: xcodebuild test -scheme Kiwix -destination 'platform=iOS Simulator,name=iPhone 16 Pro'

- name: Run Unit Tests on macOS
if: matrix.platform == 'macOS'
Expand Down

0 comments on commit 63923b2

Please sign in to comment.