GitHub Actions: Runners, Containers, Services, and Self-Hosted Execution/Use a GitHub-hosted Ubuntu runner
Run a job on Linux.
Section: Choosing and targeting runners
Use a GitHub-hosted Ubuntu runner
yaml
yaml
runs-on: ubuntu-latestExplanation
Ubuntu is the most common runner for CI workloads.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Choosing and targeting runners