We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0d3bc4 commit 7bdca77Copy full SHA for 7bdca77
.github/workflows/main.yml
@@ -120,11 +120,8 @@ jobs:
120
needs: [analyze]
121
strategy:
122
matrix:
123
- os: [ubuntu-latest, windows-latest, macos-11, macos-12]
124
-# dart: [stable, dev]
125
- # Testing on Dart dev is currently disabled because it crashes on macOS,
126
- # see https://github.com/dart-lang/sdk/issues/53928
127
- dart: [stable]
+ os: [ubuntu-latest, windows-latest, macos-latest]
+ dart: [stable, dev]
128
129
name: Unit tests with Dart ${{ matrix.dart }} on ${{ matrix.os }}
130
runs-on: ${{ matrix.os }}
0 commit comments