diff --git a/content/actions/how-tos/manage-runners/larger-runners/use-larger-runners.md b/content/actions/how-tos/manage-runners/larger-runners/use-larger-runners.md
index 53a01c891c73..7b8adee52f16 100644
--- a/content/actions/how-tos/manage-runners/larger-runners/use-larger-runners.md
+++ b/content/actions/how-tos/manage-runners/larger-runners/use-larger-runners.md
@@ -148,7 +148,7 @@ name: learn-github-actions-testing
on: [push]
jobs:
build:
- runs-on: macos-13-xlarge
+ runs-on: macos-15-xlarge
steps:
- uses: {% data reusables.actions.action-checkout %}
- name: Build
diff --git a/data/reusables/actions/larger-runners-table.md b/data/reusables/actions/larger-runners-table.md
index 51082c35cbcc..8e3e7db4febe 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, macos-15-large (latest) |
-| XLarge | arm64 (M2) | 5 (+ 8 GPU hardware acceleration) | 14 GB | 14 GB | macos-latest-xlarge, macos-13-xlarge, macos-14-xlarge, macos-15-xlarge (latest), macos-26-xlarge ({% data variables.release-phases.public_preview %}) |
+| Large | Intel | 12 | 30 GB | 14 GB | macos-latest-large, macos-14-large, macos-15-large (latest) |
+| XLarge | arm64 (M2) | 5 (+ 8 GPU hardware acceleration) | 14 GB | 14 GB | macos-latest-xlarge, macos-14-xlarge, macos-15-xlarge (latest), macos-26-xlarge ({% data variables.release-phases.public_preview %}) |
diff --git a/data/reusables/actions/supported-github-runners.md b/data/reusables/actions/supported-github-runners.md
index 8cfb8859e219..1af0f649e510 100644
--- a/data/reusables/actions/supported-github-runners.md
+++ b/data/reusables/actions/supported-github-runners.md
@@ -67,7 +67,6 @@ For public repositories, jobs using the workflow labels shown in the table below
macos-13,
macos-15-intel
macos-13,
macos-15-intel