From ec7c0672f9fef6182b4fc1bdb4de97fef900f782 Mon Sep 17 00:00:00 2001 From: Giancarlo Buenaflor Date: Thu, 14 Aug 2025 16:43:03 +0200 Subject: [PATCH] Update flutter_test.yml --- .github/workflows/flutter_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flutter_test.yml b/.github/workflows/flutter_test.yml index 1b0253a844..fec4baefc0 100644 --- a/.github/workflows/flutter_test.yml +++ b/.github/workflows/flutter_test.yml @@ -134,7 +134,7 @@ jobs: run: | case "${{ matrix.target }}" in ios) - device=$(xcrun simctl create sentryPhone com.apple.CoreSimulator.SimDeviceType.iPhone-16 com.apple.CoreSimulator.SimRuntime.iOS-18-0) + device=$(xcrun simctl create sentryPhone com.apple.CoreSimulator.SimDeviceType.iPhone-16 com.apple.CoreSimulator.SimRuntime.iOS-18-5) xcrun simctl boot ${device} echo "platform=iOS Simulator,id=${device}" >> "$GITHUB_OUTPUT" ;;