From 242283547bd448a7f925b7a5d628f91af945b7af Mon Sep 17 00:00:00 2001 From: Alexander Alderman Webb Date: Thu, 14 Aug 2025 10:52:18 +0200 Subject: [PATCH] Update API level in UI tests critical --- .github/workflows/integration-tests-ui-critical.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/integration-tests-ui-critical.yml b/.github/workflows/integration-tests-ui-critical.yml index abc5ab1f4a..aef72c0d1d 100644 --- a/.github/workflows/integration-tests-ui-critical.yml +++ b/.github/workflows/integration-tests-ui-critical.yml @@ -59,10 +59,6 @@ jobs: fail-fast: false matrix: include: - - api-level: 30 # Android 11 - target: aosp_atd - channel: canary # Necessary for ATDs - arch: x86_64 - api-level: 31 # Android 12 target: aosp_atd channel: canary # Necessary for ATDs @@ -75,6 +71,10 @@ jobs: target: aosp_atd channel: canary # Necessary for ATDs arch: x86_64 + - api-level: 35 # Android 15 + target: aosp_atd + channel: canary # Necessary for ATDs + arch: x86_64 steps: - name: Checkout code uses: actions/checkout@v4