1
0
mirror of synced 2025-12-30 03:01:36 -05:00

adding windows server 2022 (#20885)

Co-authored-by: Martin Lopes <martin389@github.com>
Co-authored-by: Maxim Lobanov <maxim-lobanov@github.com>
This commit is contained in:
ahdbilal
2021-08-23 16:06:02 -07:00
committed by GitHub
parent 746b01ead0
commit 14ad3f7fe0
2 changed files with 24 additions and 7 deletions

View File

@@ -1,14 +1,25 @@
<table style="width:100%">
<thead>
<tr>
<th style="width:25%">Virtual environment</th>
<th style="width:25%">YAML workflow label</th>
<th style="width:50%">Notes</th>
<th style="width:35%"><b>Virtual environment</b></th>
<th style="width:25%"><b>YAML workflow label</b></th>
<th style="width:40%"><b>Notes</b></th>
</tr>
</thead>
<tbody>
<tr>
<td>
Windows Server 2022<sup>[beta]</sup>
</td>
<td>
<code>windows-2022</code>
</td>
<td>
The <code>windows-latest</code> label currently uses the windows server 2019 runner image.
</td>
</tr>
<tr>
<td>
Windows Server 2019
</td>
<td>
@@ -49,13 +60,13 @@ Ubuntu 18.04
</tr>
<tr>
<td>
Ubuntu 16.04
Ubuntu 16.04<sup>[deprecated]</sup>
</td>
<td>
<code>ubuntu-16.04</code>
</td>
<td>
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 <A href="https://github.blog/changelog/2021-04-29-github-actions-ubuntu-16-04-lts-virtual-environment-will-be-removed-on-september-20-2021">the blog post</A>.
Deprecated and limited to existing customers only. Migrate to Ubuntu 20.04. For more information, see <A href="https://github.blog/changelog/2021-04-29-github-actions-ubuntu-16-04-lts-virtual-environment-will-be-removed-on-september-20-2021">the blog post</A>.
</td>
</tr>
<tr>
@@ -66,7 +77,7 @@ macOS Big Sur 11
<code>macos-11</code>
</td>
<td>
{% data reusables.github-actions.macos-runner-preview %}
The <code>macos-latest</code> label currently uses the macOS 10.15 runner image.
</td>
</tr>
<tr>
@@ -77,8 +88,13 @@ macOS Catalina 10.15
<code>macos-latest</code> or <code>macos-10.15</code>
</td>
<td>
{% data reusables.github-actions.macos-runner-preview %}
</td>
</tr>
</tbody>
</table>
{% warning %}
<b>Note:</b> Beta Images are provided "as-is", "with all faults" and "as available" and are excluded from the service level agreement and warranty. Beta Images may not be covered by customer support.
{% endwarning %}