Skip to content

Commit

Permalink
Change the AVD back to pixel_6
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaoyuang committed Apr 20, 2024
1 parent 724bb60 commit 8ecac3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
api-level: 34
target: google_apis
arch: x86_64
profile: pixel_7
profile: pixel_6
force-avd-creation: false
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: false
Expand All @@ -94,7 +94,7 @@ jobs:
api-level: 34
target: google_apis
arch: x86_64
profile: pixel_7
profile: pixel_6
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
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
api-level: 34
target: google_apis
arch: x86_64
profile: pixel_7
profile: pixel_6
force-avd-creation: false
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: false
Expand All @@ -89,7 +89,7 @@ jobs:
api-level: 34
target: google_apis
arch: x86_64
profile: pixel_7
profile: pixel_6
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 8ecac3a

Please sign in to comment.