From 06e7efcfb84faab5d948191e24f7b98a71f84512 Mon Sep 17 00:00:00 2001 From: Aleksey Berezka Date: Thu, 19 Dec 2024 12:45:02 +0500 Subject: [PATCH] Update sims Update sims --- .github/workflows/unit_tests.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 4554bf2..46f6b0a 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -20,7 +20,7 @@ jobs: strategy: matrix: - DESTINATION: ["platform=iOS Simulator,name=iPhone 11", "platform=tvOS Simulator,name=Apple TV"] + DESTINATION: ["platform=iOS Simulator,name=iPhone 16", "platform=tvOS Simulator,name=Apple TV"] steps: - name: Get source code @@ -31,12 +31,6 @@ jobs: - name: Resolve Dependencies run: xcodebuild -resolvePackageDependencies - - - name: Create Simulators - run: | - xcrun simctl delete all - xcrun simctl create "iPhone 11" com.apple.CoreSimulator.SimDeviceType.iPhone-11 - xcrun simctl create "Apple TV" com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-3rd-generation-4K - name: Build run: >