GH-900 · Question #126
For which of the following does GitHub provide hosted runners?
The correct answer is D. Linux, Windows, and macOS. GitHub provides runners that you can use to run your jobs, or you can host your own runners. Each GitHub-hosted runner is a new virtual machine (VM) hosted by GitHub with the runner application and other tools preinstalled, and is available with Ubuntu Linux, Windows, or macOS…
Question
For which of the following does GitHub provide hosted runners?
Options
- AKubernetes
- BDocker
- CAWS, Azure, and GCP
- DLinux, Windows, and macOS
How the community answered
(42 responses)- A5% (2)
- B2% (1)
- C2% (1)
- D90% (38)
Explanation
GitHub provides runners that you can use to run your jobs, or you can host your own runners. Each GitHub-hosted runner is a new virtual machine (VM) hosted by GitHub with the runner application and other tools preinstalled, and is available with Ubuntu Linux, Windows, or macOS operating systems. When you use a GitHub-hosted runner, machine maintenance and upgrades are taken care of for you. https://docs.github.com/en/actions/concepts/runners/github-hosted-runners
Topics
Community Discussion
No community discussion yet for this question.