This is a repository with GitHub Action that you can use to connect to a GitHub-hosted macOS machine to test your applications over SSH.
Thanks to this, you do not need to specially buy a MacBook in order to check whether your program will work on it
- Do not abuse the machines (abusing free resources is bad)
- Do not use it for long-term tasks (it is not a dedicated server specifically for you)
- Do not use this runner for mining, DDoS attacks, activities that are against the GitHub policies or any other illegal activities
Remember that the runners is free for any open-source projects, so please respect the rules of use
- Fork this repository
- Go to the Actions tab
- Click on the macos-runner workflow
- Click on the Run workflow button
- Select the version of the macOS you want to use (
macos-latest
by default), read about these versions here - Click on the Run workflow button
- Wait for the tmate session to be established, when it is established, the logs will show a command to connect via SSH or a link to a web terminal
- Connect
Fewer bugs and happy coding! π