From a4e3c5b9ce860b8c52ad2dfff4b42f98b4b3075c Mon Sep 17 00:00:00 2001 From: Denis Andrasec Date: Mon, 26 Jun 2023 16:22:20 +0200 Subject: [PATCH] downgrade runtime --- .github/workflows/flutter_integration_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flutter_integration_test.yml b/.github/workflows/flutter_integration_test.yml index a4a5689b50..f9e899bb41 100644 --- a/.github/workflows/flutter_integration_test.yml +++ b/.github/workflows/flutter_integration_test.yml @@ -83,7 +83,7 @@ jobs: - name: launch ios simulator run: | - simulator_id=$(xcrun simctl create sentryPhone com.apple.CoreSimulator.SimDeviceType.iPhone-14 com.apple.CoreSimulator.SimRuntime.iOS-16-4) + simulator_id=$(xcrun simctl create sentryPhone com.apple.CoreSimulator.SimDeviceType.iPhone-14 com.apple.CoreSimulator.SimRuntime.iOS-16-2) xcrun simctl boot ${simulator_id} - name: run ios integration test