We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d74d8c6 commit 45a3420Copy full SHA for 45a3420
1 file changed
.github/workflows/android.yml
@@ -83,9 +83,9 @@ jobs:
83
matrix:
84
# API 21-26: not reliably supported by GitHub Actions (emulator boot failures observed on API 25)
85
# API 29: removed due to emulator hang issues on GitHub-hosted runners
86
- # API 27 is the lowest level that boots consistently on GitHub-hosted runners
+ # API 28 is the lowest level that boots consistently on GitHub-hosted runners
87
include:
88
- - api-level: 27
+ - api-level: 28
89
arch: x86
90
target: google_apis
91
- api-level: 33
0 commit comments