I cannot start an arm64-v8a Android emulator in GitHub Actions. The emulator fails on macOS and Ubuntu runners with different errors depending on the runner.
Relevant workflow run: https://github.com/pippocao/VMActionTest/actions/runs/19367895736/job/55415791259
What I tried
Ubuntu (standard runner): emulator fails with a CPU architecture mismatch error.
Ubuntu ARM runner: sdkmanager fails to install emulator.
macOS runner: emulator fails with HVF errors.
What is the recommended way to run an arm64-v8a Android emulator in GitHub Actions?