From d6aab89c3b930cc76cdc5331457776e7a70bf2b5 Mon Sep 17 00:00:00 2001 From: Yang Chen Date: Wed, 6 Nov 2019 18:32:33 +1100 Subject: [PATCH] Test with API 28 and 29. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c8c837bd..f08e8b2e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: runs-on: macOS-latest strategy: matrix: - api-level: [21, 22, 23, 24, 25, 26, 27, 28, 29] + api-level: [28, 29] target: [default, google_apis] abi: [x86, x86_64] steps: