ci: add avd x86-64 a15 (#1598)

This commit is contained in:
5ec1cff
2024-04-08 12:42:20 +08:00
committed by GitHub
parent 11a98e855a
commit 6c6fc44cae
2 changed files with 70 additions and 0 deletions

View File

@@ -30,6 +30,9 @@ jobs:
- version: "android-15-avd_aarch64"
manifest: "android-15-avd_aarch64.xml"
arch: "aarch64"
- version: "android-15-avd_x86_64"
manifest: "android-15-avd_x86_64.xml"
arch: "x86_64"
with:
version_name: ${{ matrix.version }}
manifest_name: ${{ matrix.manifest }}