@@ -76,24 +76,24 @@ jobs:
7676 if : steps.avd-cache.outputs.cache-hit != 'true'
7777 uses : reactivecircus/android-emulator-runner@v2
7878 with :
79- api-level : 34
79+ api-level : 35
8080 target : google_apis
8181 arch : x86_64
8282 profile : pixel_6
83- emulator-build : 12265550
83+ emulator-build : 12694320
8484 force-avd-creation : false
8585 emulator-options : -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
8686 disable-animations : true
8787 script : echo "Generated AVD snapshot for caching."
8888
89- - name : Run Android 14 Instrumented Tests
89+ - name : Run Android 15 Instrumented Tests
9090 uses : reactivecircus/android-emulator-runner@v2
9191 with :
92- api-level : 34
92+ api-level : 35
9393 target : google_apis
9494 arch : x86_64
9595 profile : pixel_6
96- emulator-build : 12265550
96+ emulator-build : 12694320
9797 force-avd-creation : false
9898 emulator-options : -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
9999 disable-animations : true
@@ -239,7 +239,7 @@ jobs:
239239 target : default
240240 arch : x86_64
241241 profile : pixel_2
242- emulator-build : 12265550
242+ emulator-build : 12694320
243243 force-avd-creation : false
244244 emulator-options : -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
245245 disable-animations : true
@@ -252,7 +252,7 @@ jobs:
252252 target : default
253253 arch : x86_64
254254 profile : pixel_2
255- emulator-build : 12265550
255+ emulator-build : 12694320
256256 force-avd-creation : false
257257 emulator-options : -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
258258 disable-animations : true
0 commit comments