Skip to content

Commit f49b9d0

Browse files
author
lushirong.77
committed
docs(actions): use GiB for runner capacity tables
1 parent c9bd77a commit f49b9d0

4 files changed

Lines changed: 39 additions & 39 deletions

File tree

content/actions/reference/runners/larger-runners.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,24 +29,24 @@ You can choose from several specifications for {% data variables.actions.hosted_
2929

3030
| CPU | Memory (RAM) | Storage (SSD) | Architecture | Operating system (OS) |
3131
| --- | ------------- | ------------- | ------------ | --------------------- |
32-
| 5 | 14 GB | 14 GB | arm64 (M2) | macOS |
33-
| 12 | 30 GB | 14 GB | x64 (Intel) | macOS |
34-
| 2 | 8 GB | 75 GB | x64, arm64 | Ubuntu |
35-
| 4 | 16 GB | 150 GB | x64, arm64 | Ubuntu, Windows |
36-
| 8 | 32 GB | 300 GB | x64, arm64 | Ubuntu, Windows |
37-
| 16 | 64 GB | 600 GB | x64, arm64 | Ubuntu, Windows |
38-
| 32 | 128 GB | 1200 GB | x64, arm64 | Ubuntu, Windows |
39-
| 64 | 208 GB | 2040 GB | arm64 | Ubuntu, Windows |
40-
| 64 | 256 GB | 2040 GB | x64 | Ubuntu, Windows |
41-
| 96 | 384 GB | 2040 GB | x64 | Ubuntu, Windows |
32+
| 5 | 14 GiB | 14 GiB | arm64 (M2) | macOS |
33+
| 12 | 30 GiB | 14 GiB | x64 (Intel) | macOS |
34+
| 2 | 8 GiB | 75 GiB | x64, arm64 | Ubuntu |
35+
| 4 | 16 GiB | 150 GiB | x64, arm64 | Ubuntu, Windows |
36+
| 8 | 32 GiB | 300 GiB | x64, arm64 | Ubuntu, Windows |
37+
| 16 | 64 GiB | 600 GiB | x64, arm64 | Ubuntu, Windows |
38+
| 32 | 128 GiB | 1200 GiB | x64, arm64 | Ubuntu, Windows |
39+
| 64 | 208 GiB | 2040 GiB | arm64 | Ubuntu, Windows |
40+
| 64 | 256 GiB | 2040 GiB | x64 | Ubuntu, Windows |
41+
| 96 | 384 GiB | 2040 GiB | x64 | Ubuntu, Windows |
4242

4343
> [!NOTE] The 4-vCPU Windows runner only works with the Windows Server 2025 or the Base Windows 11 Desktop image.
4444
4545
### Specifications for GPU {% data variables.actions.hosted_runners %}
4646

4747
| CPU | GPU | GPU card | Memory (RAM) | GPU memory (VRAM) | Storage (SSD) | Operating system (OS) |
4848
| --- | --- | -------- | ------------ | ----------------- | ------------- | --------------------- |
49-
| 4 | 1 | Tesla T4 | 28 GB | 16 GB | 176 GB | Ubuntu, Windows |
49+
| 4 | 1 | Tesla T4 | 28 GiB | 16 GiB | 176 GiB | Ubuntu, Windows |
5050

5151
## Runner images
5252

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
| Runner Size | Architecture| Processor (CPU)| Memory (RAM) | Storage (SSD) | Workflow label |
22
| ------------| ------------| -------------- | ------------- | ------------- |--------------------------------------------------------------------------------------------------------------------------------------------------|
3-
| 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> |
4-
| 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> |
3+
| 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> |
4+
| 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> |

data/reusables/actions/single-cpu-table-row.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<tr>
22
<td>Linux</td>
33
<td>1</td>
4-
<td>5 GB</td>
5-
<td>14 GB</td>
4+
<td>5 GiB</td>
5+
<td>14 GiB</td>
66
<td> x64 </td>
77
<td>
88
<code><a href="https://github.com/actions/runner-images/blob/main/images/ubuntu-slim/ubuntu-slim-Readme.md">ubuntu-slim</a></code>

data/reusables/actions/supported-github-runners.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ For public repositories, jobs using the workflow labels shown in the table below
1818
<tr>
1919
<td>Linux</td>
2020
<td>4</td>
21-
<td>16 GB</td>
22-
<td>14 GB</td>
21+
<td>16 GiB</td>
22+
<td>14 GiB</td>
2323
<td> x64 </td>
2424
<td>
2525
<code><a href="https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md">ubuntu-latest</a></code>,
@@ -31,8 +31,8 @@ For public repositories, jobs using the workflow labels shown in the table below
3131
<tr>
3232
<td>Windows</td>
3333
<td>4</td>
34-
<td>16 GB</td>
35-
<td>14 GB</td>
34+
<td>16 GiB</td>
35+
<td>14 GiB</td>
3636
<td> x64 </td>
3737
<td>
3838
<code><a href="https://github.com/actions/runner-images/blob/main/images/windows/Windows2025-Readme.md">windows-latest</a></code>,
@@ -44,8 +44,8 @@ For public repositories, jobs using the workflow labels shown in the table below
4444
<tr>
4545
<td>Linux</td>
4646
<td>4</td>
47-
<td>16 GB</td>
48-
<td>14 GB</td>
47+
<td>16 GiB</td>
48+
<td>14 GiB</td>
4949
<td> arm64 </td>
5050
<td>
5151
<code><a href="https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Arm64-Readme.md">ubuntu-24.04-arm</a></code>,
@@ -56,8 +56,8 @@ For public repositories, jobs using the workflow labels shown in the table below
5656
<tr>
5757
<td>Windows</td>
5858
<td>4</td>
59-
<td>16 GB</td>
60-
<td>14 GB</td>
59+
<td>16 GiB</td>
60+
<td>14 GiB</td>
6161
<td>arm64</td>
6262
<td>
6363
<code><a href="https://github.com/actions/runner-images/blob/main/images/windows/Windows11-Arm64-Readme.md">windows-11-arm</a></code>,
@@ -67,8 +67,8 @@ For public repositories, jobs using the workflow labels shown in the table below
6767
<tr>
6868
<td>macOS</td>
6969
<td>4</td>
70-
<td>14 GB</td>
71-
<td>14 GB</td>
70+
<td>14 GiB</td>
71+
<td>14 GiB</td>
7272
<td> Intel </td>
7373
<td>
7474
<code><a href="https://github.com/actions/runner-images/blob/main/images/macos/macos-15-Readme.md">macos-15-intel</a></code>,
@@ -78,8 +78,8 @@ For public repositories, jobs using the workflow labels shown in the table below
7878
<tr>
7979
<td>macOS</td>
8080
<td>3 (M1)</td>
81-
<td>7 GB</td>
82-
<td>14 GB</td>
81+
<td>7 GiB</td>
82+
<td>14 GiB</td>
8383
<td> arm64 </td>
8484
<td>
8585
<code><a href="https://github.com/actions/runner-images/blob/main/images/macos/macos-15-arm64-Readme.md">macos-latest</a></code>,
@@ -112,8 +112,8 @@ For {% ifversion ghec %}internal and{% endif %} private repositories, jobs using
112112
<tr>
113113
<td>Linux</td>
114114
<td>2</td>
115-
<td>8 GB</td>
116-
<td>14 GB</td>
115+
<td>8 GiB</td>
116+
<td>14 GiB</td>
117117
<td> x64 </td>
118118
<td>
119119
<code><a href="https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md">ubuntu-latest</a></code>,
@@ -125,8 +125,8 @@ For {% ifversion ghec %}internal and{% endif %} private repositories, jobs using
125125
<tr>
126126
<td>Windows</td>
127127
<td>2</td>
128-
<td>8 GB</td>
129-
<td>14 GB</td>
128+
<td>8 GiB</td>
129+
<td>14 GiB</td>
130130
<td> x64 </td>
131131
<td>
132132
<code><a href="https://github.com/actions/runner-images/blob/main/images/windows/Windows2025-Readme.md">windows-latest</a></code>,
@@ -137,8 +137,8 @@ For {% ifversion ghec %}internal and{% endif %} private repositories, jobs using
137137
<tr>
138138
<td>Linux</td>
139139
<td>2</td>
140-
<td>8 GB</td>
141-
<td>14 GB</td>
140+
<td>8 GiB</td>
141+
<td>14 GiB</td>
142142
<td> arm64 </td>
143143
<td>
144144
<code><a href="https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Arm64-Readme.md">ubuntu-24.04-arm</a></code>,
@@ -149,8 +149,8 @@ For {% ifversion ghec %}internal and{% endif %} private repositories, jobs using
149149
<tr>
150150
<td>Windows</td>
151151
<td>2</td>
152-
<td>8 GB</td>
153-
<td>14 GB</td>
152+
<td>8 GiB</td>
153+
<td>14 GiB</td>
154154
<td> arm64 </td>
155155
<td>
156156
<code><a href="https://github.com/actions/runner-images/blob/main/images/windows/Windows11-Arm64-Readme.md">windows-11-arm</a></code>,
@@ -160,8 +160,8 @@ For {% ifversion ghec %}internal and{% endif %} private repositories, jobs using
160160
<tr>
161161
<td>macOS</td>
162162
<td>4</td>
163-
<td>14 GB</td>
164-
<td>14 GB</td>
163+
<td>14 GiB</td>
164+
<td>14 GiB</td>
165165
<td> Intel </td>
166166
<td>
167167
<code><a href="https://github.com/actions/runner-images/blob/main/images/macos/macos-15-Readme.md">macos-15-intel</a></code>,
@@ -171,8 +171,8 @@ For {% ifversion ghec %}internal and{% endif %} private repositories, jobs using
171171
<tr>
172172
<td>macOS</td>
173173
<td>3 (M1)</td>
174-
<td>7 GB</td>
175-
<td>14 GB</td>
174+
<td>7 GiB</td>
175+
<td>14 GiB</td>
176176
<td> arm64 </td>
177177
<td>
178178
<code><a href="https://github.com/actions/runner-images/blob/main/images/macos/macos-15-arm64-Readme.md">macos-latest</a></code>,

0 commit comments

Comments
 (0)