Change iOS simulator for tests

This commit is contained in:
Balazs Perlaki-Horvath 2025-03-01 17:13:11 +01:00
parent e8817399f6
commit 220abb5e65

View File

@ -64,7 +64,7 @@ jobs:
- name: Run Unit Tests on iOS
if: matrix.platform == 'iOS'
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'
- name: Run Unit Tests on macOS
if: matrix.platform == 'macOS'