From 9320f8798c8e4f38d43d953795dd17e33e6238f7 Mon Sep 17 00:00:00 2001 From: evgeny Date: Wed, 9 Oct 2024 12:31:03 +0100 Subject: [PATCH] chore: update emulator run for iOS --- .github/workflows/flutter_integration.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/flutter_integration.yaml b/.github/workflows/flutter_integration.yaml index 94ae3840a..5ad5801bb 100644 --- a/.github/workflows/flutter_integration.yaml +++ b/.github/workflows/flutter_integration.yaml @@ -14,14 +14,12 @@ jobs: fail-fast: false runs-on: macos-latest steps: - - name: 'List Simulators' - run: 'xcrun simctl list devices' - - - name: 'Start Simulator' - run: xcrun simctl boot "${{ matrix.device }}" - - uses: actions/checkout@v4 + - uses: futureware-tech/simulator-action@v3 + with: + model: ${{ matrix.device }} + - uses: subosito/flutter-action@v2 with: flutter-version: '3.24'