We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19a72f7 commit 3db37d2Copy full SHA for 3db37d2
1 file changed
.github/workflows/dart.yml
@@ -12,15 +12,15 @@ jobs:
12
runs-on: ${{ matrix.os }}
13
strategy:
14
matrix:
15
- os: [ubuntu-latest, windows-latest, macos-latest]
+ os: [ubuntu-latest]
16
steps:
17
- uses: actions/checkout@v1
18
- uses: actions/setup-java@v1
19
with:
20
java-version: '12.x'
21
- uses: subosito/flutter-action@v1
22
23
- flutter-version: '1.11.0'
+# flutter-version: '1.11.0'
24
channel: 'beta'
25
- run: dart --version
26
- run: flutter --version
0 commit comments