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
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)- A2% (1)
- B2% (1)
- C90% (46)
- E6% (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
Community Discussion
No community discussion yet for this question.