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