Skip to content

Commit

Permalink
ci: add workaround for failing CI on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed May 27, 2024
1 parent bb85a54 commit 60761bb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
# TODO: Revert 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:
Expand Down

0 comments on commit 60761bb

Please sign in to comment.