diff --git a/content/actions/concepts/runners/about-larger-runners.md b/content/actions/concepts/runners/about-larger-runners.md
index bc23c100db..ca153b7c82 100644
--- a/content/actions/concepts/runners/about-larger-runners.md
+++ b/content/actions/concepts/runners/about-larger-runners.md
@@ -30,6 +30,8 @@ The following machines sizes are available for macOS {% data variables.actions.h
{% 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 %}
@@ -82,7 +84,7 @@ You can choose from several specifications for {% data variables.actions.hosted_
| CPU | Memory (RAM) | Storage (SSD) | Architecture | Operating system (OS) |
| --- | ------------- | ------------- | ------------ | --------------------- |
-| 6 | 14 GB | 14 GB | arm64 | macOS |
+| 5 | 14 GB | 14 GB | arm64 | macOS |
| 12 | 30 GB | 14 GB | x64 | macOS |
| 2 | 8 GB | 75 GB | x64, arm64 | Ubuntu |
| 4 | 16 GB | 150 GB | x64, arm64 | Ubuntu, Windows |
@@ -95,6 +97,8 @@ You can choose from several specifications for {% data variables.actions.hosted_
>[!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) |
diff --git a/data/reusables/actions/larger-runners-table.md b/data/reusables/actions/larger-runners-table.md
index f64aaa99f9..a23a1dc0ed 100644
--- a/data/reusables/actions/larger-runners-table.md
+++ b/data/reusables/actions/larger-runners-table.md
@@ -1,4 +1,4 @@
| Runner Size | Architecture| Processor (CPU)| Memory (RAM) | Storage (SSD) | Workflow label |
| ------------| ------------| -------------- | ------------- | ------------- |--------------------------------------------------------------------------------------------------------------------------------------------------|
| Large | Intel | 12 | 30 GB | 14 GB | macos-latest-large, macos-13-large, macos-14-large [latest], macos-15-large |
-| XLarge | arm64 (M1) | 6 (+ 8 GPU hardware acceleration) | 14 GB | 14 GB | macos-latest-xlarge, macos-13-xlarge , macos-14-xlarge [latest], macos-15-xlarge |
+| XLarge | arm64 (M2) | 5 (+ 8 GPU hardware acceleration) | 14 GB | 14 GB | macos-latest-xlarge, macos-13-xlarge, macos-14-xlarge [latest], macos-15-xlarge |