# Using GitHub-hosted runners

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

## Links

* [Using GitHub-hosted runners](/en/enterprise-server@3.22/actions/how-tos/manage-runners/github-hosted-runners/use-github-hosted-runners)

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

* [Customizing GitHub-hosted runners](/en/enterprise-server@3.22/actions/how-tos/manage-runners/github-hosted-runners/customize-runners)

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

* [/view-current-jobs](/en/enterprise-server@3.22/view-current-jobs)

* [Connecting to a private network with GitHub-hosted runners](/en/enterprise-server@3.22/actions/how-tos/manage-runners/github-hosted-runners/connect-to-a-private-network)

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