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'