diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6d906ffa8..3c8c605d0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -276,7 +276,7 @@ jobs: if: ${{ !contains(github.event.pull_request.labels.*.name, 'ci:skip') }} strategy: matrix: - version: ["3.0.0"] # Need use >= 3.13, https://github.com/flutter/flutter/issues/127482 + version: ["3.0.0"] # Need keep version 3.0.0 at this time, or the test will timeout on github runner runs-on: macos-13 # Rendering test on ios simulator need macos 13+ timeout-minutes: 60 env: @@ -311,6 +311,7 @@ jobs: - uses: futureware-tech/simulator-action@v2 with: model: "iPhone 14 Pro Max" + os: "16.0" - run: bash ci/rendering_test_ios.sh rendering_test_macos: