Skip to main content

Using GitHub-hosted runners

You can use GitHub's runners to execute your GitHub Actions workflows.

Using GitHub-hosted runners

GitHub offers hosted virtual machines to run workflows. The virtual machine contains an environment of tools, packages, and settings available for GitHub Actions to use.

Using larger runners

GitHub offers runners with more RAM, CPU, and disk space.

Connecting to a private network with GitHub-hosted runners

You can connect GitHub-hosted runners to resources on a private network, including package registries, secret managers, and other on-premises services.