Skip to content

Commit 8ecac3a

Browse files
committed
Change the AVD back to pixel_6
1 parent 724bb60 commit 8ecac3a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
api-level: 34
8383
target: google_apis
8484
arch: x86_64
85-
profile: pixel_7
85+
profile: pixel_6
8686
force-avd-creation: false
8787
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
8888
disable-animations: false
@@ -94,7 +94,7 @@ jobs:
9494
api-level: 34
9595
target: google_apis
9696
arch: x86_64
97-
profile: pixel_7
97+
profile: pixel_6
9898
force-avd-creation: false
9999
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
100100
disable-animations: true

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
api-level: 34
7878
target: google_apis
7979
arch: x86_64
80-
profile: pixel_7
80+
profile: pixel_6
8181
force-avd-creation: false
8282
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
8383
disable-animations: false
@@ -89,7 +89,7 @@ jobs:
8989
api-level: 34
9090
target: google_apis
9191
arch: x86_64
92-
profile: pixel_7
92+
profile: pixel_6
9393
force-avd-creation: false
9494
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
9595
disable-animations: true

0 commit comments

Comments
 (0)