Skip to content

Commit

Permalink
Disable tests with dev releases of Dart
Browse files Browse the repository at this point in the history
  • Loading branch information
simolus3 committed Nov 1, 2023
1 parent 8dc64c8 commit 78ad070
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,10 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-11, macos-12]
dart: [stable, dev]
# dart: [stable, dev]
# Testing on Dart dev is currently disabled because it crashes on macOS,
# see https://github.com/dart-lang/sdk/issues/53928
dart: [stable]

name: Unit tests with Dart ${{ matrix.dart }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 78ad070

Please sign in to comment.