Skip to content

Commit 1d26d34

Browse files
committed
test(ci): android emulator 24 not working, try 25
1 parent c6e813e commit 1d26d34

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/tests_e2e_android.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@ jobs:
3434
fail-fast: false
3535
matrix:
3636
# all APIs below 23, and 27 just do not work
37+
# 23-24 appears to work locally but fails in CI
3738
# 26 does not support performance tracing due to hardware acceleration bugs
38-
# min-possible + max-possible skew looks like 23 and 34 then
39-
api-level: [23, 34]
39+
# min-possible + max-possible skew looks like 24 and 34 then
40+
api-level: [25, 34]
4041
arch: [x86_64]
4142
target: [google_apis]
4243
# This is useful for benchmarking, do 0, 1, 2, etc (up to 256 max job-per-matrix limit) for averages

0 commit comments

Comments
 (0)