From 103fa0318294eaf6c77e07d478f880b5ab10307a Mon Sep 17 00:00:00 2001 From: clangenb <37865735+clangenb@users.noreply.github.com> Date: Wed, 27 Sep 2023 11:53:37 +0200 Subject: [PATCH] [GHA/android_integration_tests] try using api level 30 now. --- .github/workflows/android_integration_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android_integration_test.yml b/.github/workflows/android_integration_test.yml index 589806600..31c221b17 100644 --- a/.github/workflows/android_integration_test.yml +++ b/.github/workflows/android_integration_test.yml @@ -27,7 +27,7 @@ jobs: strategy: matrix: # lower api-levels would be supported but the webView that is pre-installed on these images does not. - api-level: [29] # 30 is broken for now, 29 is way too flaky + api-level: [30] include: - os: macos-13 # needs to be the `id` from the devices given by `avdmanager list device`