File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ module.exports = {
45
45
emulator : {
46
46
type : 'android.emulator' ,
47
47
device : {
48
- avdName : 'Pixel_5_API_33 '
48
+ avdName : 'Pixel_9_API_34 '
49
49
}
50
50
} ,
51
51
// attached: {
Original file line number Diff line number Diff line change @@ -98,13 +98,13 @@ jobs:
98
98
if : steps.avd-cache.outputs.cache-hit != 'true'
99
99
uses : reactivecircus/android-emulator-runner@v2
100
100
with :
101
- avd-name : Pixel_5_API_33
101
+ avd-name : Pixel_9_API_34
102
102
force-avd-creation : false
103
103
api-level : 33
104
104
arch : x86_64
105
105
disk-size : 6000M
106
106
heap-size : 2048M
107
- profile : pixel_5
107
+ profile : pixel_9
108
108
emulator-options : -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
109
109
disable-animations : false
110
110
script : echo "Generated AVD snapshot for caching."
@@ -113,11 +113,11 @@ jobs:
113
113
env :
114
114
JAVA_OPTS : " -XX:MaxHeapSize=6g"
115
115
with :
116
- avd-name : Pixel_5_API_33
116
+ avd-name : Pixel_9_API_34
117
117
force-avd-creation : false
118
118
api-level : 33
119
119
arch : x86_64
120
- profile : pixel_5
120
+ profile : pixel_9
121
121
disable-animations : true
122
122
disk-size : 6000M
123
123
heap-size : 2048M
You can’t perform that action at this time.
0 commit comments