Skip to content

Commit 220abb5

Browse files
committed
Change iOS simulator for tests
1 parent e881739 commit 220abb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
- name: Run Unit Tests on iOS
6666
if: matrix.platform == 'iOS'
67-
run: xcodebuild test -scheme Kiwix -destination 'platform=iOS Simulator,name=iPhone 15 Plus'
67+
run: xcodebuild test -scheme Kiwix -destination 'platform=iOS Simulator,name=iPhone 16 Pro'
6868

6969
- name: Run Unit Tests on macOS
7070
if: matrix.platform == 'macOS'

0 commit comments

Comments
 (0)