Skip to content

Commit

Permalink
try to get matrix right
Browse files Browse the repository at this point in the history
  • Loading branch information
cre4ture committed Apr 26, 2024
1 parent 035b3eb commit 6950486
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,13 @@ jobs:
strategy:
fail-fast: false
matrix:
job:
- {api-level: 28, arch: [x86, x86_64], target: google_apis_playstore}
- {api-level: 29, arch: [x86, x86_64], target: default}
- {api-level: 30, arch: x86_64, target: default}
- {api-level: 31, arch: x86_64, target: default}
- {api-level: 32, arch: x86_64, target: default}
- {api-level: 33, arch: x86_64, target: default}
- {api-level: 34, arch: x86_64, target: default}
api-level: [28,29,30,31,32,33,34]
arch: [x86_64]
target: [default]
include:
- api-level: [28,29]
arch: x86
target: google_apis_playstore
os: [ubuntu-latest] # , macos-latest
cores: [4] # , 6
ram: [4096, 8192]
Expand Down

0 comments on commit 6950486

Please sign in to comment.