Skip to content

Commit

Permalink
Try switching back to android 29
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuester committed Feb 23, 2024
1 parent c29723f commit 6ef4e1b
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,14 +112,13 @@ jobs:
path: |
~/.android/avd/*
~/.android/adb*
key: avd-33-default
key: avd-29-default

- name: Create AVD and generate snapshot for caching
if: steps.avd-cache.outputs.cache-hit != 'true'
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 33
arch: x86_64
api-level: 29
target: default
force-avd-creation: false
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
Expand All @@ -132,8 +131,7 @@ jobs:
- name: Run test-ui on unbranded
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 33
arch: x86_64
api-level: 29
target: default
force-avd-creation: false
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
Expand All @@ -142,8 +140,7 @@ jobs:
- name: Run test-ui on gamma
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 33
arch: x86_64
api-level: 29
target: default
force-avd-creation: false
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
Expand Down

0 comments on commit 6ef4e1b

Please sign in to comment.