Currently github actions only supports ubuntu for linux, however I’d like to test my project on several operating systems. I’m already using multipass on my macos dev machine and it worked terrifically.
I came across https://fedoramagazine.org/github-actions-use-podman-to-run-fedora-linux/ which uses podman inside a github action to run tests on fedora. I’m wondering if such could instead be possible with lxc/lxd/multipass inside the ubuntu github action environment?