From fc008f06208e92bf3fc6164c80d82a826772537e Mon Sep 17 00:00:00 2001 From: David Allison <62114487+david-allison@users.noreply.github.com> Date: Mon, 24 Apr 2023 15:10:48 +0100 Subject: [PATCH] build: revert emulator to API 30 API 31 was unstable in CI. Related: 13695 --- .github/workflows/tests_emulator.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests_emulator.yml b/.github/workflows/tests_emulator.yml index 4262546fe0..1b34536944 100644 --- a/.github/workflows/tests_emulator.yml +++ b/.github/workflows/tests_emulator.yml @@ -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]