From a73f75d3fe38b08acbadcb4f3fa612127efa063f Mon Sep 17 00:00:00 2001 From: Vilius Sutkus '89 Date: Mon, 25 Dec 2023 22:37:32 +0200 Subject: [PATCH] [CI] Update matrix order, test on newer APIs first --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 38ee8a6d..953be7c0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -80,7 +80,7 @@ jobs: strategy: fail-fast: false matrix: - api-level: [30, 31, 32, 33, 34] + api-level: [34, 33, 32, 31, 30] arch: [x86_64] api-type-target: [aosp_atd] include: @@ -137,8 +137,8 @@ jobs: strategy: fail-fast: false matrix: - api-level: [21, 22, 23, 24, 25, 26, 27, 28, 29] - arch: [x86, x86_64] + api-level: [29, 28, 27, 26, 25, 24, 23, 22, 21] + arch: [x86_64, x86] api-type-target: [default] steps: - uses: actions/checkout@v4