Skip to main content

This version of GitHub Enterprise Server was discontinued on 2025-06-19. No patch releases will be made, even for critical security issues. For better performance, improved security, and new features, upgrade to the latest version of GitHub Enterprise Server. For help with the upgrade, contact GitHub Enterprise support.

Using GitHub-hosted runners

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

Note

GitHub-hosted runners are not currently supported on GitHub Enterprise Server. You can see more information about planned future support on the GitHub public roadmap.

Using GitHub-hosted runners

You can assign a job to run on a virtual machine hosted by GitHub.

Customizing GitHub-hosted runners

You can install additional software on GitHub-hosted runners as a part of your workflow.

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.

close