diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index ab08b0220c7..bf1a8f709a3 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -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]