From 55b3109a56975b325a061e034faad12320ab0fb2 Mon Sep 17 00:00:00 2001 From: Alex Li Date: Mon, 25 Dec 2023 10:30:16 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20++?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cupertino.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cupertino.yml b/.github/workflows/cupertino.yml index 9d2830f3b4..d570da01bc 100644 --- a/.github/workflows/cupertino.yml +++ b/.github/workflows/cupertino.yml @@ -34,13 +34,13 @@ jobs: flutter-version: ["3.10.0", "any"] steps: - uses: actions/checkout@v4 + - uses: futureware-tech/simulator-action@v3 + with: + model: 'iPhone 8' - uses: subosito/flutter-action@v2 with: flutter-version: ${{ matrix.flutter-version }} channel: 'stable' - - uses: futureware-tech/simulator-action@v3 - with: - model: 'iPhone 8' - id: install name: Install dependencies run: flutter pub get