Skip to content

Commit 36fb8b0

Browse files
committed
Update the Android instrumented tests
1 parent b61d6c8 commit 36fb8b0

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
### All
88

9-
* Update `Kotlin`'s version to `2.1.00`
9+
* Update `Kotlin`'s version to `2.1.0`
1010

1111
### sqllin-dsl
1212

0 commit comments

Comments
 (0)