Skip to content

Commit

Permalink
[GHA/android_integration_tests] try using api level 30 now.
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Sep 27, 2023
1 parent 2eed8b3 commit 103fa03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android_integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 103fa03

Please sign in to comment.