Skip to content

Commit

Permalink
Merge pull request #120 from JKRhb/use-stable-dart
Browse files Browse the repository at this point in the history
ci: use latest dart version on Windows again
  • Loading branch information
JKRhb authored Dec 10, 2024
2 parents 317b92f + aa529f5 commit 2f806a1
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,11 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
# TODO: Remove once https://github.com/dart-lang/sdk/issues/55745
# has been resolved
sdk: [stable, 3.3.0]
exclude:
- os: macos-latest
sdk: 3.3.0
- os: ubuntu-latest
sdk: 3.3.0
- os: windows-latest
sdk: stable
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v2
- uses: dart-lang/setup-dart@v1
with:
sdk: ${{ matrix.sdk }}

- name: Install dependencies
run: dart pub get
Expand Down

0 comments on commit 2f806a1

Please sign in to comment.