You can think about it this way, "Is there a way to use docker
in GitHub Actions with a macos
runner?" But it’s not like I need it there. Whatever the way to gets one’s hands on a MacOS environment, is there a way to install and use it w/o GUI? The whole way from installing docker to running a container.
The reason I need it is to reproduce an issue that manifests itself on MacOS in a docker container.
2
Answers
Yes, there actually is, you can use the
jobs.<job_id>.runs-on
, and here’s how you do it:Is that what you’re looking for? 🙂