Skip to content

Commit 8c95460

Browse files
macos-26 GA (#59808)
Co-authored-by: Anne-Marie <102995847+am-stead@users.noreply.github.com>
1 parent 92716c6 commit 8c95460

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

content/actions/how-tos/manage-runners/larger-runners/use-larger-runners.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ Use the labels in the table below to run your workflows on the corresponding mac
4242

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

45-
> [!NOTE]
46-
> For macOS {% data variables.actions.hosted_runner %}s, the `-latest` runner label uses the macOS 12 runner image. For macOS Xlarge, the `-latest` runner label uses the macOS 13 runner image
47-
4845
{% endmac %}
4946

5047
{% ifversion repository-actions-runners %}
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> ({% data variables.release-phases.public_preview %}) |
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> ({% data variables.release-phases.public_preview %}) |
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> |

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ For public repositories, jobs using the workflow labels shown in the table below
6868
<td>14 GB</td>
6969
<td> Intel </td>
7070
<td>
71-
<code><a href="https://github.com/actions/runner-images/blob/main/images/macos/macos-15-Readme.md">macos-15-intel</a></code>
71+
<code><a href="https://github.com/actions/runner-images/blob/main/images/macos/macos-15-Readme.md">macos-15-intel</a></code>,
72+
<code><a href="https://github.com/actions/runner-images/blob/main/images/macos/macos-26-intel-Readme.md">macos-26-intel</a></code>
7273
</td>
7374
</tr>
7475
<tr>
@@ -81,7 +82,7 @@ For public repositories, jobs using the workflow labels shown in the table below
8182
<code><a href="https://github.com/actions/runner-images/blob/main/images/macos/macos-15-arm64-Readme.md">macos-latest</a></code>,
8283
<code><a href="https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md">macos-14</a></code>,
8384
<code><a href="https://github.com/actions/runner-images/blob/main/images/macos/macos-15-arm64-Readme.md">macos-15</a></code>,
84-
<code><a href="https://github.com/actions/runner-images/blob/main/images/macos/macos-26-arm64-Readme.md">macos-26</a></code> ({% data variables.release-phases.public_preview %}),
85+
<code><a href="https://github.com/actions/runner-images/blob/main/images/macos/macos-26-arm64-Readme.md">macos-26</a></code>
8586
</td>
8687
</tr>
8788
</tbody>
@@ -157,7 +158,8 @@ For {% ifversion ghec %}internal and{% endif %} private repositories, jobs using
157158
<td>14 GB</td>
158159
<td> Intel </td>
159160
<td>
160-
<code><a href="https://github.com/actions/runner-images/blob/main/images/macos/macos-15-Readme.md">macos-15-intel</a></code>
161+
<code><a href="https://github.com/actions/runner-images/blob/main/images/macos/macos-15-Readme.md">macos-15-intel</a></code>,
162+
<code><a href="https://github.com/actions/runner-images/blob/main/images/macos/macos-26-intel-Readme.md">macos-26-intel</a></code>
161163
</td>
162164
</tr>
163165
<tr>
@@ -170,7 +172,7 @@ For {% ifversion ghec %}internal and{% endif %} private repositories, jobs using
170172
<code><a href="https://github.com/actions/runner-images/blob/main/images/macos/macos-15-arm64-Readme.md">macos-latest</a></code>,
171173
<code><a href="https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md">macos-14</a></code>,
172174
<code><a href="https://github.com/actions/runner-images/blob/main/images/macos/macos-15-arm64-Readme.md">macos-15</a></code>,
173-
<code><a href="https://github.com/actions/runner-images/blob/main/images/macos/macos-26-arm64-Readme.md">macos-26</a></code> ({% data variables.release-phases.public_preview %})
175+
<code><a href="https://github.com/actions/runner-images/blob/main/images/macos/macos-26-arm64-Readme.md">macos-26</a></code>
174176
</td>
175177
</tr>
176178
</tbody>

0 commit comments

Comments
 (0)