Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix github worklow for Android tests (TeamNewPipe#11014)
- The github workflow fails when running android tests. - The workflow is trying to launch an x86 emulator on aarch-64 (macos-latest) host. - The macos-latest system seem to be used originally as it supports hardware acceleration. - This is no longer recomended, and ubuntu-latest host can handle the same and be faster than macos-latest. Doc: https://github.com/marketplace/actions/android-emulator-runner#running-hardware-accelerated-emulators-on-linux-runners
- Loading branch information