From 8267b619d6cf90cc8e2cbbe4915391c27b6c0356 Mon Sep 17 00:00:00 2001 From: Don Turner Date: Mon, 9 Dec 2024 18:09:05 +0000 Subject: [PATCH] Removing API 30 emulator while investigating flakiness --- .github/workflows/Build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Build.yaml b/.github/workflows/Build.yaml index b1aee6f66..bbbb648eb 100644 --- a/.github/workflows/Build.yaml +++ b/.github/workflows/Build.yaml @@ -166,7 +166,7 @@ jobs: timeout-minutes: 55 strategy: matrix: - api-level: [26, 30] + api-level: [26] steps: - name: Delete unnecessary tools 🔧