Skip to content

Commit

Permalink
[CI] Update matrix order, test on newer APIs first
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Dec 25, 2023
1 parent 826ca36 commit a73f75d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a73f75d

Please sign in to comment.