From 657d6256d357da345f9bf544822085349bcdb01f Mon Sep 17 00:00:00 2001 From: Charlotte <69423184+tqpcharlie@users.noreply.github.com> Date: Fri, 5 Dec 2025 04:25:19 +0000 Subject: [PATCH 1/4] Add intel-based MacOS 14 to runners list --- data/reusables/actions/supported-github-runners.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/reusables/actions/supported-github-runners.md b/data/reusables/actions/supported-github-runners.md index 8cfb8859e219..518d265aff35 100644 --- a/data/reusables/actions/supported-github-runners.md +++ b/data/reusables/actions/supported-github-runners.md @@ -68,6 +68,7 @@ For public repositories, jobs using the workflow labels shown in the table below Intel macos-13, + macos-14, macos-15-intel @@ -137,6 +138,7 @@ For {% ifversion ghec %}internal and{% endif %} private repositories, jobs using Intel macos-13, + macos-14, macos-15-intel From 0e18a8093d0fa3e42f391e306f38a89269ee0e0a Mon Sep 17 00:00:00 2001 From: Charlotte <69423184+tqpcharlie@users.noreply.github.com> Date: Thu, 18 Dec 2025 18:19:07 -0500 Subject: [PATCH 2/4] [skip ci] Prune MacOS 13 from larger runners table --- data/reusables/actions/larger-runners-table.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %}) | From 089c4ecd73708019ddc9c8be211f145185322be3 Mon Sep 17 00:00:00 2001 From: Charlotte <69423184+tqpcharlie@users.noreply.github.com> Date: Thu, 18 Dec 2025 18:20:24 -0500 Subject: [PATCH 3/4] Rm outdated note in table --- .../manage-runners/larger-runners/use-larger-runners.md | 3 --- 1 file changed, 3 deletions(-) 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..686c99f3c24a 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 @@ -42,9 +42,6 @@ Use the labels in the table below to run your workflows on the corresponding mac {% data reusables.actions.larger-runners-table %} -> [!NOTE] -> 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 - {% endmac %} {% ifversion repository-actions-runners %} From 6c84f52ede87a7e1e0dc13d4bf1a615e87d8c202 Mon Sep 17 00:00:00 2001 From: Charlotte <69423184+tqpcharlie@users.noreply.github.com> Date: Thu, 18 Dec 2025 18:23:54 -0500 Subject: [PATCH 4/4] Revert Intel MacOS 14 changes.. --- data/reusables/actions/supported-github-runners.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/data/reusables/actions/supported-github-runners.md b/data/reusables/actions/supported-github-runners.md index 518d265aff35..1af0f649e510 100644 --- a/data/reusables/actions/supported-github-runners.md +++ b/data/reusables/actions/supported-github-runners.md @@ -67,8 +67,6 @@ For public repositories, jobs using the workflow labels shown in the table below 14 GB Intel - macos-13, - macos-14, macos-15-intel @@ -137,8 +135,6 @@ For {% ifversion ghec %}internal and{% endif %} private repositories, jobs using 14 GB Intel - macos-13, - macos-14, macos-15-intel