Skip to content

Commit

Permalink
Merge pull request #234 from natsuk4ze/update/ci
Browse files Browse the repository at this point in the history
Update CI
  • Loading branch information
natsuk4ze committed Aug 31, 2024
2 parents bd7db17 + 6ad4208 commit ce0a609
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
macos-version: [13]
macos-version: [13,14]
fail-fast: false
runs-on: macos-${{ matrix.macos-version }}
steps:
Expand All @@ -65,14 +65,14 @@ jobs:
timeout-minutes: 15
run: |
cd example
flutter test integration_test/integration_test.dart macos
flutter test -d macos integration_test/integration_test.dart macos
ios:
needs: set-up
timeout-minutes: 60
strategy:
matrix:
ios-version: [17]
ios-version: [17,18]
fail-fast: false
runs-on: macos-14
steps:
Expand Down

0 comments on commit ce0a609

Please sign in to comment.