0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 12:02:16 +02:00

build: revert emulator to API 30

API 31 was unstable in CI.

Related: 13695
This commit is contained in:
David Allison 2023-04-24 15:10:48 +01:00
parent 5c9a08b5ea
commit fc008f0620

View File

@ -47,7 +47,8 @@ jobs:
matrix:
# Refactor to make these dynamic with a low/high bracket only on schedule, not push
# For now this is the latest supported API. Previously API 29 was fastest.
api-level: [31]
# #13695: This was reverted to API 30, 31 was unstable. This should be fixed
api-level: [30]
arch: [x86_64]
target: [google_apis]
first-boot-delay: [600]