Skip to content

Commit

Permalink
[CI] Temporarily reduce the number of images to test on
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Jun 20, 2024
1 parent 7019b53 commit f9fbf01
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,12 @@ jobs:
strategy:
fail-fast: false
matrix:
api-level: [34, 33, 32, 31, 30]
api-level:
- 34
# - 33
# - 32
# - 31
# - 30
arch: [x86_64]
api-type-target: [aosp_atd]
include:
Expand All @@ -117,8 +122,19 @@ jobs:
strategy:
fail-fast: false
matrix:
api-level: [29, 28, 27, 26, 25, 24, 23, 22, 21]
arch: [x86_64, x86]
api-level:
# - 29
# - 28
# - 27
# - 26
# - 25
# - 24
- 23
# - 22
# - 21
arch:
# - x86_64
- x86
api-type-target: [default]
uses: ./.github/workflows/buildInner.yml
with:
Expand Down

0 comments on commit f9fbf01

Please sign in to comment.