From 86b977c95069220f410a299ea5aafe75e1967a0d Mon Sep 17 00:00:00 2001 From: Gouri Panda Date: Sat, 23 Sep 2023 20:49:54 +0530 Subject: [PATCH] Add API 34 to default --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4928d9b06..81ef6d11f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,8 @@ jobs: strategy: matrix: api-level: [ 25, 30, 33, 34 ] + system-image: + - { api: 34, image: "default" } fail-fast: true runs-on: ubuntu-22.04 steps: