Skip to content

Commit 23fbc96

Browse files
chore: update emulator names for android
1 parent ff99531 commit 23fbc96

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.detoxrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ module.exports = {
4545
emulator: {
4646
type: 'android.emulator',
4747
device: {
48-
avdName: 'Pixel_5_API_33'
48+
avdName: 'Pixel_9_API_34'
4949
}
5050
},
5151
// attached: {

.github/workflows/test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,13 @@ jobs:
9898
if: steps.avd-cache.outputs.cache-hit != 'true'
9999
uses: reactivecircus/android-emulator-runner@v2
100100
with:
101-
avd-name: Pixel_5_API_33
101+
avd-name: Pixel_9_API_34
102102
force-avd-creation: false
103103
api-level: 33
104104
arch: x86_64
105105
disk-size: 6000M
106106
heap-size: 2048M
107-
profile: pixel_5
107+
profile: pixel_9
108108
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
109109
disable-animations: false
110110
script: echo "Generated AVD snapshot for caching."
@@ -113,11 +113,11 @@ jobs:
113113
env:
114114
JAVA_OPTS: "-XX:MaxHeapSize=6g"
115115
with:
116-
avd-name: Pixel_5_API_33
116+
avd-name: Pixel_9_API_34
117117
force-avd-creation: false
118118
api-level: 33
119119
arch: x86_64
120-
profile: pixel_5
120+
profile: pixel_9
121121
disable-animations: true
122122
disk-size: 6000M
123123
heap-size: 2048M

0 commit comments

Comments
 (0)