diff --git a/content/actions/reference/workflow-syntax-for-github-actions.md b/content/actions/reference/workflow-syntax-for-github-actions.md
index f9e3c2a56b..65d8b1c0e4 100644
--- a/content/actions/reference/workflow-syntax-for-github-actions.md
+++ b/content/actions/reference/workflow-syntax-for-github-actions.md
@@ -371,8 +371,6 @@ Available {% data variables.product.prodname_dotcom %}-hosted runner types are:
{% data reusables.github-actions.supported-github-runners %}
-{% data reusables.github-actions.macos-runner-preview %}
-
#### Example
```yaml
diff --git a/content/actions/using-github-hosted-runners/about-github-hosted-runners.md b/content/actions/using-github-hosted-runners/about-github-hosted-runners.md
index 97c43a9e1a..084260c5dc 100644
--- a/content/actions/using-github-hosted-runners/about-github-hosted-runners.md
+++ b/content/actions/using-github-hosted-runners/about-github-hosted-runners.md
@@ -61,8 +61,6 @@ Hardware specification for macOS virtual machines:
{% data reusables.github-actions.supported-github-runners %}
-{% data reusables.github-actions.macos-runner-preview %}
-
Workflow logs list the runner used to run a job. For more information, see "[Viewing workflow run history](/actions/managing-workflow-runs/viewing-workflow-run-history)."
## Supported software
diff --git a/data/reusables/github-actions/macos-runner-preview.md b/data/reusables/github-actions/macos-runner-preview.md
index 9c663f4851..8deb548bb7 100644
--- a/data/reusables/github-actions/macos-runner-preview.md
+++ b/data/reusables/github-actions/macos-runner-preview.md
@@ -1,5 +1 @@
-{% note %}
-
-**Note:** The `macos-latest` YAML workflow label currently uses the macOS 10.15 virtual environment.
-
-{% endnote %}
+The macos-latest YAML workflow label currently uses the macOS 10.15 virtual environment.
\ No newline at end of file
diff --git a/data/reusables/github-actions/supported-github-runners.md b/data/reusables/github-actions/supported-github-runners.md
index 0f44c6d701..af4477f60f 100644
--- a/data/reusables/github-actions/supported-github-runners.md
+++ b/data/reusables/github-actions/supported-github-runners.md
@@ -1,14 +1,84 @@
-{% warning %}
-
-**Warning**: Ubuntu 16.04 is being deprecated and limited to existing customers only. No new onboardings are accepted. If any of your workflows use Ubuntu 16.04, migrate to Ubuntu 20.04 or 18.04. For more information, see [the blog post](https://github.blog/changelog/2021-04-29-github-actions-ubuntu-16-04-lts-virtual-environment-will-be-removed-on-september-20-2021).
-
-{% endwarning %}
-
-| Virtual environment | YAML workflow label |
-| --------------------|---------------------|
-| Windows Server 2019 | `windows-latest` or `windows-2019` |
-| Windows Server 2016 | `windows-2016` |
-| Ubuntu 20.04 | `ubuntu-latest` or `ubuntu-20.04` |
-| Ubuntu 18.04 | `ubuntu-18.04` |
-| macOS Big Sur 11 | `macos-11` |
-| macOS Catalina 10.15 | `macos-latest` or `macos-10.15` |
+
| Virtual environment | +YAML workflow label | +Notes | +
|---|---|---|
| +Windows Server 2019 + | +
+windows-latest or windows-2019
+ |
++ | +
| +Windows Server 2016 + | +
+windows-2016
+ |
++ | +
| +Ubuntu 20.04 + | +
+ubuntu-latest or ubuntu-20.04
+ |
++ | +
| +Ubuntu 18.04 + | +
+ubuntu-18.04
+ |
++ | +
| +Ubuntu 16.04 + | +
+ubuntu-16.04
+ |
++Deprecated and limited to existing customers only. If any of your workflows use Ubuntu 16.04, migrate to Ubuntu 20.04 or 18.04. For more information, see the blog post. + | +
| +macOS Big Sur 11 + | +
+macos-11
+ |
++{% data reusables.github-actions.macos-runner-preview %} + | +
| +macOS Catalina 10.15 + | +
+macos-latest or macos-10.15
+ |
++{% data reusables.github-actions.macos-runner-preview %} + | +