diff --git a/.github/workflows/e2e-android.yml b/.github/workflows/e2e-android.yml
index 08a9ee19de..d33a93e7c3 100644
--- a/.github/workflows/e2e-android.yml
+++ b/.github/workflows/e2e-android.yml
@@ -5,7 +5,7 @@ on: workflow_dispatch
jobs:
detox-android:
timeout-minutes: 25
- runs-on: [macos-latest-xlarge]
+ runs-on: [macos-13]
steps:
- uses: actions/checkout@v4
@@ -25,23 +25,23 @@ jobs:
git lfs pull
# see: https://stackoverflow.com/questions/67264212/android-emulator-crash-when-start-hvf-error-hv-error
- - name: Create qemu entitlements
- run: |
- {
- echo ''
- echo ''
- echo ''
- echo ''
- echo ' com.apple.security.hypervisor'
- echo ' '
- echo ''
- echo ''
- } >> $ANDROID_HOME/emulator/qemu/darwin-aarch64/entitlements.xml
-
- - name: Re-sign qemu binary
- run: |
- cd $ANDROID_HOME/emulator/qemu/darwin-aarch64
- codesign -s - --entitlements entitlements.xml --force qemu-system-aarch64 --verbose
+ # - name: Create qemu entitlements
+ # run: |
+ # {
+ # echo ''
+ # echo ''
+ # echo ''
+ # echo ''
+ # echo ' com.apple.security.hypervisor'
+ # echo ' '
+ # echo ''
+ # echo ''
+ # } >> $ANDROID_HOME/emulator/qemu/darwin-aarch64/entitlements.xml
+
+ # - name: Re-sign qemu binary
+ # run: |
+ # cd $ANDROID_HOME/emulator/qemu/darwin-aarch64
+ # codesign -s - --entitlements entitlements.xml --force qemu-system-aarch64 --verbose
- name: Install SDK image
run: yes | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --install 'system-images;android-34;google_apis;arm64-v8a'
@@ -76,13 +76,13 @@ jobs:
- name: Stop metro
run: pm2 stop METRO
- - name: Take screenshot
- if: always()
- run: | # TODO
+ # - name: Take screenshot
+ # if: always()
+ # run: | # TODO
- - name: Upload screenshot
- if: always()
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
- with:
- name: screenshot.png
- path: screenshot.png
+ # - name: Upload screenshot
+ # if: always()
+ # uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
+ # with:
+ # name: screenshot.png
+ # path: screenshot.png