Is there a way to switch to Linux containers in Docker on a Windows runner in GitHub Actions? I need to pull a Linux-based image, and my tests require a Windows machine to build and run.
The only way I can get around that is to host my own Windows agent runner with HyperV enabled but this looks like too much work.