Skip to content

Latest commit

 

History

History
85 lines (57 loc) · 5.86 KB

File metadata and controls

85 lines (57 loc) · 5.86 KB
title Larger runners reference
shortTitle Larger runners
intro Find information about larger runners, including their specifications and customization options.
versions
fpt ghes ghec
*
*
*
redirect_from
/actions/reference/larger-runners-reference

{% ifversion ghes %}

{% data reusables.actions.enterprise-github-hosted-runners %}

For reference information about larger runners, see the {% data variables.product.prodname_ghe_cloud %} documentation.

{% else %}

Machine sizes for {% data variables.actions.hosted_runners %}

You can choose from several specifications for {% data variables.actions.hosted_runners %}.

Specifications for general {% data variables.actions.hosted_runners %}

CPU Memory (RAM) Storage (SSD) Architecture Operating system (OS)
5 14 GB 14 GB arm64 (M2) macOS
12 30 GB 14 GB x64 (Intel) macOS
2 8 GB 75 GB x64, arm64 Ubuntu
4 16 GB 150 GB x64, arm64 Ubuntu, Windows
8 32 GB 300 GB x64, arm64 Ubuntu, Windows
16 64 GB 600 GB x64, arm64 Ubuntu, Windows
32 128 GB 1200 GB x64, arm64 Ubuntu, Windows
64 208 GB 2040 GB arm64 Ubuntu, Windows
64 256 GB 2040 GB x64 Ubuntu, Windows
96 384 GB 2040 GB x64 Ubuntu, Windows

[!NOTE] The 4-vCPU Windows runner only works with the Windows Server 2025 or the Base Windows 11 Desktop image.

[!NOTE] The 5-vCPU macOS runner is in public preview and subject to change.

Specifications for GPU {% data variables.actions.hosted_runners %}

CPU GPU GPU card Memory (RAM) GPU memory (VRAM) Storage (SSD) Operating system (OS)
4 1 Tesla T4 28 GB 16 GB 176 GB Ubuntu, Windows

Runner images

{% data variables.actions.hosted_runner_caps %}s run on virtual machines (VMs), and {% data variables.product.prodname_dotcom %} installs a virtual hard disk (VHD) on this machine during the VM creation process. You can choose from different VM images to install on your runners.

{% data variables.product.prodname_dotcom %}-owned images: These images are maintained by {% data variables.product.prodname_dotcom %} and are available for Linux x64, Windows x64, and macOS (x64 and arm) runners. For more information on these images and a full list of included tools for each runner operating system, see the {% data variables.product.prodname_actions %} Runner Images repository.

Partner Images: Partner images are not managed by {% data variables.product.prodname_dotcom %} and are pulled from the Azure Marketplace. See below for resources on where to find more information and to report issues for partner images.

Available macOS {% data variables.actions.hosted_runners %} and labels

The following machines are available for macOS {% data variables.actions.hosted_runners %}.

{% data reusables.actions.larger-runners-table %}

[!NOTE] The XLarge macOS runner is in public preview and subject to change.

Limitations for macOS {% data variables.actions.hosted_runners %}

{% data reusables.actions.macos-runner-limitations %}

Networking for {% data variables.actions.hosted_runners %}

By default, {% data variables.actions.hosted_runners %} receive a dynamic IP address that changes for each job run. Optionally, {% data variables.product.prodname_ghe_cloud %} customers can configure their {% data variables.actions.hosted_runners %} to receive static IP addresses from {% data variables.product.prodname_dotcom %}'s IP address pool. For more information, see AUTOTITLE.

When enabled, instances of the {% data variables.actions.hosted_runner %} will receive IP addresses from specific ranges that are unique to the runner, allowing you to use the ranges to configure a firewall allowlist. {% ifversion fpt %}You can use up to 10 {% data variables.actions.hosted_runners %} with static IP address ranges in total across all your {% data variables.actions.hosted_runners %}{% endif %}{% ifversion ghec %}You can use up to 10 {% data variables.actions.hosted_runners %} with static IP address ranges for the {% data variables.actions.hosted_runners %} created at the enterprise level. In addition, you can use up to 10 {% data variables.actions.hosted_runners %} with static IP address ranges for the {% data variables.actions.hosted_runners %} created at the organization level, for each organization in your enterprise{% endif %}. For more information, see AUTOTITLE.

{% data reusables.actions.larger-runner-static-ip-contact-support %}

Note

If runners are unused for more than 30 days, their IP address ranges are automatically removed and cannot be recovered.

{% endif %}