Skip to content

Commit 53ce3ba

Browse files
lkfortunaCopilotam-steadheiskr
authored
M2 runner launch docs changes (#56501)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Anne-Marie <102995847+am-stead@users.noreply.github.com> Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
1 parent 70f9fe3 commit 53ce3ba

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

content/actions/concepts/runners/about-larger-runners.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ The following machines sizes are available for macOS {% data variables.actions.h
3030

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

33+
>[!NOTE] The XLarge macOS runner is in public preview and subject to change.
34+
3335
#### Limitations for macOS {% data variables.actions.hosted_runners %}
3436

3537
{% data reusables.actions.macos-runner-limitations %}
@@ -82,7 +84,7 @@ You can choose from several specifications for {% data variables.actions.hosted_
8284

8385
| CPU | Memory (RAM) | Storage (SSD) | Architecture | Operating system (OS) |
8486
| --- | ------------- | ------------- | ------------ | --------------------- |
85-
| 6 | 14 GB | 14 GB | arm64 | macOS |
87+
| 5 | 14 GB | 14 GB | arm64 | macOS |
8688
| 12 | 30 GB | 14 GB | x64 | macOS |
8789
| 2 | 8 GB | 75 GB | x64, arm64 | Ubuntu |
8890
| 4 | 16 GB | 150 GB | x64, arm64 | Ubuntu, Windows |
@@ -95,6 +97,8 @@ You can choose from several specifications for {% data variables.actions.hosted_
9597

9698
>[!NOTE] The 4-vCPU Windows runner only works with the Windows Server 2025 or the Base Windows 11 Desktop image.
9799
100+
>[!NOTE] The 5-vCPU macOS runner is in public preview and subject to change.
101+
98102
### Specifications for GPU {% data variables.actions.hosted_runners %}
99103

100104
| CPU | GPU | GPU card | Memory (RAM) | GPU memory (VRAM) | Storage (SSD) | Operating system (OS) |
Lines changed: 1 addition & 1 deletion
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
| ------------| ------------| -------------- | ------------- | ------------- |--------------------------------------------------------------------------------------------------------------------------------------------------|
33
| Large | Intel | 12 | 30 GB | 14 GB | <code>macos-latest-large</code>, <code>macos-13-large</code>, <code>macos-14-large</code> [latest], <code>macos-15-large</code> |
4-
| XLarge | arm64 (M1) | 6 (+ 8 GPU hardware acceleration) | 14 GB | 14 GB | <code>macos-latest-xlarge</code>, <code>macos-13-xlarge</code> , <code>macos-14-xlarge</code> [latest], <code>macos-15-xlarge</code> |
4+
| XLarge | arm64 (M2) | 5 (+ 8 GPU hardware acceleration) | 14 GB | 14 GB | <code>macos-latest-xlarge</code>, <code>macos-13-xlarge</code>, <code>macos-14-xlarge</code> [latest], <code>macos-15-xlarge</code> |

0 commit comments

Comments
 (0)