From 38e7b1aa04e28435eac7d14cec5050381004e7f1 Mon Sep 17 00:00:00 2001 From: markushi Date: Mon, 25 Aug 2025 11:29:07 +0200 Subject: [PATCH] Add API level 21 device --- .github/workflows/integration-tests-ui-critical.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/integration-tests-ui-critical.yml b/.github/workflows/integration-tests-ui-critical.yml index aef72c0d1d7..4a1d8a5bd50 100644 --- a/.github/workflows/integration-tests-ui-critical.yml +++ b/.github/workflows/integration-tests-ui-critical.yml @@ -59,6 +59,10 @@ jobs: fail-fast: false matrix: include: + - api-level: 21 # Android 5.0 + target: default # ATDs images are only available on api-level 30+, so resort to default ones + channel: stable + arch: x86_64 - api-level: 31 # Android 12 target: aosp_atd channel: canary # Necessary for ATDs