From 69504867fe42cece38e1e326d01b2f788ccc08a5 Mon Sep 17 00:00:00 2001 From: Ulrich Hornung Date: Fri, 26 Apr 2024 20:56:43 +0200 Subject: [PATCH] try to get matrix right --- .github/workflows/android.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) 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]