Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Jul 5, 2024
1 parent 3af9994 commit 2c3ba58
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/android_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,20 +79,12 @@ jobs:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
# Make sure the matrix here and in cache_AVD_images.yml is the same
matrix:
include:
# Oldest x86_64
- arch: x86_64
api-level: 23
- arch: x86_64
api-level: 29
# API-30+ tests are failing because play services init something something
- arch: x86_64
api-level: 30
# API-32+ tests are failing because storage permissions something something
- arch: x86_64
api-level: 32
- { arch: x86, api-level: 23 }
- { arch: x86, api-level: 29 }
- { arch: x86, api-level: 30 }
- { arch: x86, api-level: 32 }
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 2c3ba58

Please sign in to comment.