nerdexam
GitHub

GITHUB-ACTIONS · Question #4

GitHub-hosted runners support which capabilities? (Choose two.)

The correct answer is C. support for Linux, Windows, and mac D. support for a variety of Linux variations including CentOS, Fedora, and Debian. GitHub-hosted runners automatically handle patching, meaning they will be kept up to date with the latest security updates and software patches for both the runner environment and the underlying operating system. GitHub-hosted runners support Linux, Windows, and macOS, giving you

Configure and manage GitHub-hosted runners

Question

GitHub-hosted runners support which capabilities? (Choose two.)

Options

  • Aautomatic patching of both the runner and the underlying OS
  • Bautomatic file-system caching between workflow runs
  • Csupport for Linux, Windows, and mac
  • Dsupport for a variety of Linux variations including CentOS, Fedora, and Debian
  • Erequiring a payment mechanism (e.g., credit card) to use for private repositories

How the community answered

(51 responses)
  • A
    2% (1)
  • B
    2% (1)
  • C
    90% (46)
  • E
    6% (3)

Explanation

GitHub-hosted runners automatically handle patching, meaning they will be kept up to date with the latest security updates and software patches for both the runner environment and the underlying operating system. GitHub-hosted runners support Linux, Windows, and macOS, giving you flexibility to run workflows on different operating systems without needing to manage your own self-hosted

Topics

#GitHub-hosted runners#OS support#runner capabilities#Linux variants

Community Discussion

No community discussion yet for this question.

Full GITHUB-ACTIONS Practice