File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9292 runs-on : ' macos-15-intel' # This is important, linux cannot run the emulator graphically for e2e tests
9393 strategy :
9494 matrix :
95- api-level : [21 ]
96- profile : ['pixel_xl ']
95+ api-level : [30 ]
96+ profile : ['pixel_3a ']
9797 env :
9898 YARN_ENABLE_HARDENED_MODE : 0
9999 steps :
@@ -127,7 +127,7 @@ jobs:
127127 with :
128128 api-level : ${{ matrix.api-level }}
129129 profile : ${{matrix.profile}}
130- avd-name : Pixel_API_21_AOSP
130+ avd-name : Pixel_3a_API_30
131131 target : default
132132 force-avd-creation : false
133133 emulator-options : >
@@ -166,7 +166,7 @@ jobs:
166166 with :
167167 api-level : ${{ matrix.api-level }}
168168 profile : ${{matrix.profile}}
169- avd-name : Pixel_API_21_AOSP
169+ avd-name : Pixel_3a_API_30
170170 target : default
171171 force-avd-creation : false
172172 emulator-options : >
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ module.exports = {
6363 emulator : {
6464 type : 'android.emulator' ,
6565 device : {
66- avdName : process . env . CI ? 'Pixel_API_21_AOSP ' : 'Medium_Phone_API_36.1'
66+ avdName : process . env . CI ? 'Pixel_3a_API_30 ' : 'Medium_Phone_API_36.1'
6767 }
6868 }
6969 } ,
You can’t perform that action at this time.
0 commit comments