Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
  • Loading branch information
littleGnAl committed Sep 21, 2023
1 parent 12990ab commit 1e3e3c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 1e3e3c1

Please sign in to comment.