From f871cffc1d33ca31f96f493cce3c794510f8925a Mon Sep 17 00:00:00 2001 From: Alexander Romanov Date: Sun, 19 May 2024 17:29:44 +0300 Subject: [PATCH] Fix iPhone 15 version --- .github/workflows/ci-pull-request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-pull-request.yml b/.github/workflows/ci-pull-request.yml index c9c3705..f88453a 100644 --- a/.github/workflows/ci-pull-request.yml +++ b/.github/workflows/ci-pull-request.yml @@ -34,9 +34,9 @@ jobs: strategy: matrix: destination: - - platform=iOS Simulator,name=iPhone 15 Pro,OS=17.0 + - platform=iOS Simulator,name=iPhone 15 Pro,OS=17.0.1 - platform=iOS Simulator,name=iPhone 15 Pro,OS=17.5 - - platform=iOS Simulator,name=iPad Air (5th generation),OS=17.0 + - platform=iOS Simulator,name=iPad Air (5th generation),OS=17.0.1 - platform=iOS Simulator,name=iPad Air (5th generation),OS=17.5 - platform=tvOS Simulator,name=Apple TV 4K (3rd generation) (at 1080p),OS=17.0 - platform=tvOS Simulator,name=Apple TV 4K (3rd generation) (at 1080p),OS=17.5