@@ -76,24 +76,24 @@ jobs:
76
76
if : steps.avd-cache.outputs.cache-hit != 'true'
77
77
uses : reactivecircus/android-emulator-runner@v2
78
78
with :
79
- api-level : 34
79
+ api-level : 35
80
80
target : google_apis
81
81
arch : x86_64
82
82
profile : pixel_6
83
- emulator-build : 12265550
83
+ emulator-build : 12694320
84
84
force-avd-creation : false
85
85
emulator-options : -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
86
86
disable-animations : true
87
87
script : echo "Generated AVD snapshot for caching."
88
88
89
- - name : Run Android 14 Instrumented Tests
89
+ - name : Run Android 15 Instrumented Tests
90
90
uses : reactivecircus/android-emulator-runner@v2
91
91
with :
92
- api-level : 34
92
+ api-level : 35
93
93
target : google_apis
94
94
arch : x86_64
95
95
profile : pixel_6
96
- emulator-build : 12265550
96
+ emulator-build : 12694320
97
97
force-avd-creation : false
98
98
emulator-options : -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
99
99
disable-animations : true
@@ -239,7 +239,7 @@ jobs:
239
239
target : default
240
240
arch : x86_64
241
241
profile : pixel_2
242
- emulator-build : 12265550
242
+ emulator-build : 12694320
243
243
force-avd-creation : false
244
244
emulator-options : -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
245
245
disable-animations : true
@@ -252,7 +252,7 @@ jobs:
252
252
target : default
253
253
arch : x86_64
254
254
profile : pixel_2
255
- emulator-build : 12265550
255
+ emulator-build : 12694320
256
256
force-avd-creation : false
257
257
emulator-options : -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
258
258
disable-animations : true
0 commit comments