Skip to content

Commit e59e22a

Browse files
authored
Add support for Android API level 36 in CI workflow (#5030)
1 parent 1edbdfa commit e59e22a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/integration-tests-ui-critical.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ jobs:
7575
target: aosp_atd
7676
channel: canary # Necessary for ATDs
7777
arch: x86_64
78+
- api-level: 36 # Android 16
79+
target: aosp_atd
80+
channel: canary # Necessary for ATDs
81+
arch: x86_64
7882
steps:
7983
- name: Checkout code
8084
uses: actions/checkout@v6

0 commit comments

Comments
 (0)