Skip to content

Commit 8c69c94

Browse files
committed
fix
1 parent 3bd011d commit 8c69c94

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/dart.yml

+2
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
dart pub run coverage:format_coverage --lcov --in=coverage --out=coverage/lcov.info --packages=.dart_tool/package_config.json --report-on=lib
5353
5454
- name: Install webdev
55+
if: runner.os != 'Windows'
5556
run: dart pub global activate webdev
5657

5758
- name: Build example
@@ -61,6 +62,7 @@ jobs:
6162
dart compile aot-snapshot bin/example.dart
6263
6364
- name: Build Web example
65+
if: runner.os != 'Windows'
6466
run: |
6567
cd example_web
6668
dart pub get

.github/workflows/flutter_integration_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
access_token: ${{ github.token }}
1919

2020
test-android:
21-
runs-on: ubuntu-latest
21+
runs-on: macos-latest
2222
timeout-minutes: 30
2323
defaults:
2424
run:

0 commit comments

Comments
 (0)