Due to lack of nested virtualization (hardware acceleration), the Android tests had to be executed on MacOS.
Since a GitHub update they should be executable on ubuntu-runners.
Checklist
[x] The title of my PR starts with a Conventional Commit prefix (fix:, feat:, refactor:,
docs:, chore:, test:, ci: etc).
[x] I have read the Contributor Guide and followed the process outlined for submitting PRs.
[x] I have updated/added tests for ALL new/updated/fixed functionality.
[x] I have updated/added relevant documentation and added dartdoc comments with ///, where necessary.
[x] I have updated/added relevant examples in example.
See: https://github.com/actions/runner-images/discussions/7191
Description
Due to lack of nested virtualization (hardware acceleration), the Android tests had to be executed on MacOS. Since a GitHub update they should be executable on ubuntu-runners.
Checklist
fix:
,feat:
,refactor:
,docs:
,chore:
,test:
,ci:
etc).///
, where necessary.Breaking Change
Related Issues