Skip to content

Commit d7d9aa9

Browse files
committed
update where tests are run
1 parent bdf60af commit d7d9aa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/flutter_integration_test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
test-android:
10-
runs-on: ubuntu-latest
10+
runs-on: macos-latest
1111
defaults:
1212
run:
1313
working-directory: ./flutter/example
@@ -42,7 +42,7 @@ jobs:
4242
profile: Nexus 6
4343
script: flutter test integration_test/integration_test.dart
4444
test-ios:
45-
runs-on: macos-latest
45+
runs-on: macos-11
4646
defaults:
4747
run:
4848
working-directory: ./flutter/example

0 commit comments

Comments
 (0)