From 220abb5e65c629b228fc857a581120dae5417229 Mon Sep 17 00:00:00 2001 From: Balazs Perlaki-Horvath Date: Sat, 1 Mar 2025 17:13:11 +0100 Subject: [PATCH] Change iOS simulator for tests --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 64bf5e08..647c09a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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'