nerdexam
Microsoft

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…

Modern Development

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)
  • A
    5% (2)
  • B
    2% (1)
  • C
    2% (1)
  • D
    90% (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

#GitHub Actions#Hosted Runners#Operating Systems

Community Discussion

No community discussion yet for this question.

Full GH-900 Practice