From fcfb6219078ee077c43df866d25b8ff028501c7b Mon Sep 17 00:00:00 2001 From: evgeny Date: Tue, 8 Oct 2024 13:18:27 +0100 Subject: [PATCH] fixup! chore: update github actions --- .github/workflows/flutter_integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flutter_integration.yaml b/.github/workflows/flutter_integration.yaml index 6066311b6..482619299 100644 --- a/.github/workflows/flutter_integration.yaml +++ b/.github/workflows/flutter_integration.yaml @@ -10,7 +10,7 @@ jobs: strategy: matrix: device: # Device names must be shown in `xcrun simctl list devices` - - 'iPhone 16' # we are not specifying the iOS version as it tends to change + - 'iPhone 15' # we are not specifying the iOS version as it tends to change fail-fast: false runs-on: macos-latest steps: