Skip to content

Commit

Permalink
Bump Android API to 28
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jan 29, 2024
1 parent a3153f3 commit 8d324e3
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -301,20 +301,11 @@ jobs:
-Dtests=enabled \
build
meson compile -C build
- name: AVD cache
uses: actions/cache@v2
id: avd-cache
with:
path: |
~/.android/avd/*
~/.android/adb*
key: avd-${{ matrix.arch }}
- name: Create AVD and generate snapshot for caching
if: steps.avd-cache.outputs.cache-hit != 'true'
uses: reactivecircus/android-emulator-runner@v2
with:
arch: ${{ matrix.arch }}
api-level: 27
api-level: 28
force-avd-creation: false
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: false
Expand All @@ -323,7 +314,7 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
arch: ${{ matrix.arch }}
api-level: 27
api-level: 28
force-avd-creation: false
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
Expand Down

0 comments on commit 8d324e3

Please sign in to comment.