Skip to content

Commit

Permalink
Update cupertino.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brianquinlan committed Nov 11, 2024
1 parent 43bd6c2 commit 7352f4a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cupertino.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@ jobs:
run:
working-directory: pkgs/cupertino_http
strategy:
fail-fast: false
matrix:
# Test on the minimum supported flutter version and the latest
# version.
flutter-version: ["3.24.0", "any"]
os: [macos-12, macos-latest]
# It would be nice to test on older versions of macOS but macOS 13 is
# the oldest supported by GitHub.
os: [macos-13, macos-latest]
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1
Expand Down

0 comments on commit 7352f4a

Please sign in to comment.