Skip to content

Commit

Permalink
CI: Adjust API level
Browse files Browse the repository at this point in the history
  • Loading branch information
hmelder committed Jul 20, 2024
1 parent 4c4f753 commit 9bc6990
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,16 +276,16 @@ jobs:
- name: armeabi-v7a
triple: armv7a-linux-androideabi
emu-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none -accel off -qemu -machine virt
api-level: [ 25, 27, 33 ]
api-level: [ 24, 27, 33 ]
# Please note that:
# - arm64-v8a emulation on a x86_64 host currently is only possible up to API level 27 Oreo
# - armeabi-v7a is only supported up to API level 25
# - armeabi-v7a is only supported up to API level 24
exclude:
# We skip 25 for platforms other than armeabi-v7a
- api-level: 25
# We skip 24 for platforms other than armeabi-v7a
- api-level: 24
arch:
name: x86_64
- api-level: 25
- api-level: 24
arch:
name: arm64-v8a
- api-level: 33
Expand Down

0 comments on commit 9bc6990

Please sign in to comment.