Running Suite on Github Hosted Runners

Hi, I am trying to run my suite on Github Hosted Runners and created an avd with -k “system-images;android-30;google_apis;x86_64”
Now the problem is when i run the emulator, it says:
ERROR | x86_64 emulation currently requires hardware acceleration!
Is there a way around?

you could use https://github.com/appium/appium-uiautomator2-driver/blob/master/.github/workflows/functional-test.yml as an example