Skip to content

Commit 7bdca77

Browse files
committed
Only test on macos-latest, but also with dev sdk
1 parent c0d3bc4 commit 7bdca77

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,8 @@ jobs:
120120
needs: [analyze]
121121
strategy:
122122
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]
123+
os: [ubuntu-latest, windows-latest, macos-latest]
124+
dart: [stable, dev]
128125

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

0 commit comments

Comments
 (0)