Skip to content

Commit 33e1e3a

Browse files
committed
update android emulator runner
1 parent 5888670 commit 33e1e3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests_android.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
sudo udevadm trigger --name-match=kvm
3030
- uses: reactivecircus/android-emulator-runner@v2
3131
with:
32-
api-level: 29
32+
api-level: 33
3333
disable-animations: true
34+
arch: x86_64
3435
script: "cd example && flutter test integration_test/app_test.dart"

0 commit comments

Comments
 (0)