Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions content/actions/reference/runners/larger-runners.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,24 +29,24 @@ You can choose from several specifications for {% data variables.actions.hosted_

| 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 |
| 5 | 14 GiB | 14 GiB | arm64 (M2) | macOS |
| 12 | 30 GiB | 14 GiB | x64 (Intel) | macOS |
| 2 | 8 GiB | 75 GiB | x64, arm64 | Ubuntu |
| 4 | 16 GiB | 150 GiB | x64, arm64 | Ubuntu, Windows |
| 8 | 32 GiB | 300 GiB | x64, arm64 | Ubuntu, Windows |
| 16 | 64 GiB | 600 GiB | x64, arm64 | Ubuntu, Windows |
| 32 | 128 GiB | 1200 GiB | x64, arm64 | Ubuntu, Windows |
| 64 | 208 GiB | 2040 GiB | arm64 | Ubuntu, Windows |
| 64 | 256 GiB | 2040 GiB | x64 | Ubuntu, Windows |
| 96 | 384 GiB | 2040 GiB | x64 | Ubuntu, Windows |

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

### 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 |
| 4 | 1 | Tesla T4 | 28 GiB | 16 GiB | 176 GiB | Ubuntu, Windows |

## Runner images

Expand Down
4 changes: 2 additions & 2 deletions data/reusables/actions/larger-runners-table.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
| Runner Size | Architecture| Processor (CPU)| Memory (RAM) | Storage (SSD) | Workflow label |
| ------------| ------------| -------------- | ------------- | ------------- |--------------------------------------------------------------------------------------------------------------------------------------------------|
| Large | Intel | 12 | 30 GB | 14 GB | <code>macos-latest-large</code>, <code>macos-14-large</code>, <code>macos-15-large</code> (latest), <code>macos-26-large</code> |
| XLarge | arm64 (M2) | 5 (+ 8 GPU hardware acceleration) | 14 GB | 14 GB | <code>macos-latest-xlarge</code>, <code>macos-14-xlarge</code>, <code>macos-15-xlarge</code> (latest), <code>macos-26-xlarge</code> |
| Large | Intel | 12 | 30 GiB | 14 GiB | <code>macos-latest-large</code>, <code>macos-14-large</code>, <code>macos-15-large</code> (latest), <code>macos-26-large</code> |
| XLarge | arm64 (M2) | 5 (+ 8 GPU hardware acceleration) | 14 GiB | 14 GiB | <code>macos-latest-xlarge</code>, <code>macos-14-xlarge</code>, <code>macos-15-xlarge</code> (latest), <code>macos-26-xlarge</code> |
4 changes: 2 additions & 2 deletions data/reusables/actions/single-cpu-table-row.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<tr>
<td>Linux</td>
<td>1</td>
<td>5 GB</td>
<td>14 GB</td>
<td>5 GiB</td>
<td>14 GiB</td>
<td> x64 </td>
<td>
<code><a href="https://github.com/actions/runner-images/blob/main/images/ubuntu-slim/ubuntu-slim-Readme.md">ubuntu-slim</a></code>
Expand Down
48 changes: 24 additions & 24 deletions data/reusables/actions/supported-github-runners.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ For public repositories, jobs using the workflow labels shown in the table below
<tr>
<td>Linux</td>
<td>4</td>
<td>16 GB</td>
<td>14 GB</td>
<td>16 GiB</td>
<td>14 GiB</td>
<td> x64 </td>
<td>
<code><a href="https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md">ubuntu-latest</a></code>,
Expand All @@ -31,8 +31,8 @@ For public repositories, jobs using the workflow labels shown in the table below
<tr>
<td>Windows</td>
<td>4</td>
<td>16 GB</td>
<td>14 GB</td>
<td>16 GiB</td>
<td>14 GiB</td>
<td> x64 </td>
<td>
<code><a href="https://github.com/actions/runner-images/blob/main/images/windows/Windows2025-Readme.md">windows-latest</a></code>,
Expand All @@ -44,8 +44,8 @@ For public repositories, jobs using the workflow labels shown in the table below
<tr>
<td>Linux</td>
<td>4</td>
<td>16 GB</td>
<td>14 GB</td>
<td>16 GiB</td>
<td>14 GiB</td>
<td> arm64 </td>
<td>
<code><a href="https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Arm64-Readme.md">ubuntu-24.04-arm</a></code>,
Expand All @@ -56,8 +56,8 @@ For public repositories, jobs using the workflow labels shown in the table below
<tr>
<td>Windows</td>
<td>4</td>
<td>16 GB</td>
<td>14 GB</td>
<td>16 GiB</td>
<td>14 GiB</td>
<td>arm64</td>
<td>
<code><a href="https://github.com/actions/runner-images/blob/main/images/windows/Windows11-Arm64-Readme.md">windows-11-arm</a></code>,
Expand All @@ -67,8 +67,8 @@ For public repositories, jobs using the workflow labels shown in the table below
<tr>
<td>macOS</td>
<td>4</td>
<td>14 GB</td>
<td>14 GB</td>
<td>14 GiB</td>
<td>14 GiB</td>
<td> Intel </td>
<td>
<code><a href="https://github.com/actions/runner-images/blob/main/images/macos/macos-15-Readme.md">macos-15-intel</a></code>,
Expand All @@ -78,8 +78,8 @@ For public repositories, jobs using the workflow labels shown in the table below
<tr>
<td>macOS</td>
<td>3 (M1)</td>
<td>7 GB</td>
<td>14 GB</td>
<td>7 GiB</td>
<td>14 GiB</td>
<td> arm64 </td>
<td>
<code><a href="https://github.com/actions/runner-images/blob/main/images/macos/macos-15-arm64-Readme.md">macos-latest</a></code>,
Expand Down Expand Up @@ -112,8 +112,8 @@ For {% ifversion ghec %}internal and{% endif %} private repositories, jobs using
<tr>
<td>Linux</td>
<td>2</td>
<td>8 GB</td>
<td>14 GB</td>
<td>8 GiB</td>
<td>14 GiB</td>
<td> x64 </td>
<td>
<code><a href="https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md">ubuntu-latest</a></code>,
Expand All @@ -125,8 +125,8 @@ For {% ifversion ghec %}internal and{% endif %} private repositories, jobs using
<tr>
<td>Windows</td>
<td>2</td>
<td>8 GB</td>
<td>14 GB</td>
<td>8 GiB</td>
<td>14 GiB</td>
<td> x64 </td>
<td>
<code><a href="https://github.com/actions/runner-images/blob/main/images/windows/Windows2025-Readme.md">windows-latest</a></code>,
Expand All @@ -137,8 +137,8 @@ For {% ifversion ghec %}internal and{% endif %} private repositories, jobs using
<tr>
<td>Linux</td>
<td>2</td>
<td>8 GB</td>
<td>14 GB</td>
<td>8 GiB</td>
<td>14 GiB</td>
<td> arm64 </td>
<td>
<code><a href="https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Arm64-Readme.md">ubuntu-24.04-arm</a></code>,
Expand All @@ -149,8 +149,8 @@ For {% ifversion ghec %}internal and{% endif %} private repositories, jobs using
<tr>
<td>Windows</td>
<td>2</td>
<td>8 GB</td>
<td>14 GB</td>
<td>8 GiB</td>
<td>14 GiB</td>
<td> arm64 </td>
<td>
<code><a href="https://github.com/actions/runner-images/blob/main/images/windows/Windows11-Arm64-Readme.md">windows-11-arm</a></code>,
Expand All @@ -160,8 +160,8 @@ For {% ifversion ghec %}internal and{% endif %} private repositories, jobs using
<tr>
<td>macOS</td>
<td>4</td>
<td>14 GB</td>
<td>14 GB</td>
<td>14 GiB</td>
<td>14 GiB</td>
<td> Intel </td>
<td>
<code><a href="https://github.com/actions/runner-images/blob/main/images/macos/macos-15-Readme.md">macos-15-intel</a></code>,
Expand All @@ -171,8 +171,8 @@ For {% ifversion ghec %}internal and{% endif %} private repositories, jobs using
<tr>
<td>macOS</td>
<td>3 (M1)</td>
<td>7 GB</td>
<td>14 GB</td>
<td>7 GiB</td>
<td>14 GiB</td>
<td> arm64 </td>
<td>
<code><a href="https://github.com/actions/runner-images/blob/main/images/macos/macos-15-arm64-Readme.md">macos-latest</a></code>,
Expand Down
Loading