Skip to content

Commit 6ef4e1b

Browse files
committed
Try switching back to android 29
1 parent c29723f commit 6ef4e1b

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/build.yml

+4-7
Original file line numberDiff line numberDiff line change
@@ -112,14 +112,13 @@ jobs:
112112
path: |
113113
~/.android/avd/*
114114
~/.android/adb*
115-
key: avd-33-default
115+
key: avd-29-default
116116

117117
- name: Create AVD and generate snapshot for caching
118118
if: steps.avd-cache.outputs.cache-hit != 'true'
119119
uses: reactivecircus/android-emulator-runner@v2
120120
with:
121-
api-level: 33
122-
arch: x86_64
121+
api-level: 29
123122
target: default
124123
force-avd-creation: false
125124
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
@@ -132,8 +131,7 @@ jobs:
132131
- name: Run test-ui on unbranded
133132
uses: reactivecircus/android-emulator-runner@v2
134133
with:
135-
api-level: 33
136-
arch: x86_64
134+
api-level: 29
137135
target: default
138136
force-avd-creation: false
139137
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
@@ -142,8 +140,7 @@ jobs:
142140
- name: Run test-ui on gamma
143141
uses: reactivecircus/android-emulator-runner@v2
144142
with:
145-
api-level: 33
146-
arch: x86_64
143+
api-level: 29
147144
target: default
148145
force-avd-creation: false
149146
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none

0 commit comments

Comments
 (0)