From 41c783d7a2e870c94159cb8541c5155199db2c20 Mon Sep 17 00:00:00 2001 From: Vadim <44135514+vodemn@users.noreply.github.com> Date: Mon, 4 Mar 2024 22:54:12 +0100 Subject: [PATCH] typo in macos version --- .github/workflows/pr_check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_check.yml b/.github/workflows/pr_check.yml index 35d9949..7ceab8c 100644 --- a/.github/workflows/pr_check.yml +++ b/.github/workflows/pr_check.yml @@ -117,9 +117,9 @@ jobs: - name: Launch iOS simulator uses: futureware-tech/simulator-action@v3 - if: ${{ matrix.os == 'macos-11' }} + if: ${{ matrix.os == 'macos-13' }} with: model: "iPhone 12" - name: Run tests - if: ${{ matrix.os == 'macos-11' }} + if: ${{ matrix.os == 'macos-13' }} run: flutter test integration_test --flavor dev --dart-define cameraStubImage=assets/camera_stub_image.jpg