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

可以将 GitHub 托管的运行器连接到专用网络上的资源,包括包注册表、机密管理器和其他本地服务。