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 07831439bd..f7443771ad 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 @@ -76,6 +76,7 @@ For the overall list of included tools for each runner operating system, see the * [Ubuntu 20.04 LTS](https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-README.md) * [Ubuntu 18.04 LTS](https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu1804-README.md) +* [Windows Server 2022](https://github.com/actions/virtual-environments/blob/main/images/win/Windows2022-Readme.md) * [Windows Server 2019](https://github.com/actions/virtual-environments/blob/main/images/win/Windows2019-Readme.md) * [Windows Server 2016](https://github.com/actions/virtual-environments/blob/main/images/win/Windows2016-Readme.md) * [macOS 11](https://github.com/actions/virtual-environments/blob/main/images/macos/macos-11-Readme.md) diff --git a/data/reusables/github-actions/supported-github-runners.md b/data/reusables/github-actions/supported-github-runners.md index af4477f60f..2e01f5efca 100644 --- a/data/reusables/github-actions/supported-github-runners.md +++ b/data/reusables/github-actions/supported-github-runners.md @@ -1,14 +1,25 @@
| Virtual environment | -YAML workflow label | -Notes | +Virtual environment | +YAML workflow label | +Notes |
|---|---|---|---|---|---|
| +Windows Server 2022[beta] + | +
+windows-2022
+ |
+
+The windows-latest label currently uses the windows server 2019 runner image.
+ |
+|||
| Windows Server 2019 | @@ -49,13 +60,13 @@ Ubuntu 18.04 | ||||
| -Ubuntu 16.04 +Ubuntu 16.04[deprecated] |
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. +Deprecated and limited to existing customers only. Migrate to Ubuntu 20.04. For more information, see the blog post. | |||
-{% data reusables.github-actions.macos-runner-preview %}
+The macos-latest label currently uses the macOS 10.15 runner image.
|
|||||
| -{% data reusables.github-actions.macos-runner-preview %} |