We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e881739 commit 220abb5Copy full SHA for 220abb5
.github/workflows/ci.yml
@@ -64,7 +64,7 @@ jobs:
64
65
- name: Run Unit Tests on iOS
66
if: matrix.platform == 'iOS'
67
- run: xcodebuild test -scheme Kiwix -destination 'platform=iOS Simulator,name=iPhone 15 Plus'
+ run: xcodebuild test -scheme Kiwix -destination 'platform=iOS Simulator,name=iPhone 16 Pro'
68
69
- name: Run Unit Tests on macOS
70
if: matrix.platform == 'macOS'
0 commit comments