1
0
mirror of synced 2025-12-30 03:01:36 -05:00
Files
docs/data/reusables/github-actions/supported-github-runners.md
2021-11-16 15:57:17 +00:00

91 lines
1.6 KiB
Markdown

<table style="width:100%">
<thead>
<tr>
<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
</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>
<code>windows-latest</code> or <code>windows-2019</code>
</td>
<td>
</td>
</tr>
<tr>
<td>
Windows Server 2016<sup>[deprecated]</sup>
</td>
<td>
<code>windows-2016</code>
</td>
<td>
Migrate to Windows 2019 or Windows 2022. For more information, see <A href="https://github.blog/changelog/2021-10-19-github-actions-the-windows-2016-runner-image-will-be-removed-from-github-hosted-runners-on-march-15-2022/">the blog post</A>.
</td>
</tr>
<tr>
<td>
Ubuntu 20.04
</td>
<td>
<code>ubuntu-latest</code> or <code>ubuntu-20.04</code>
</td>
<td>
</td>
</tr>
<tr>
<td>
Ubuntu 18.04
</td>
<td>
<code>ubuntu-18.04</code>
</td>
<td>
</td>
</tr>
<tr>
<td>
macOS Big Sur 11
</td>
<td>
<code>macos-11</code>
</td>
<td>
The <code>macos-latest</code> label currently uses the macOS 10.15 runner image.
</td>
</tr>
<tr>
<td>
macOS Catalina 10.15
</td>
<td>
<code>macos-latest</code> or <code>macos-10.15</code>
</td>
<td>
</td>
</tr>
</tbody>
</table>
{% warning %}
<b>Note:</b> Beta and Deprecated 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 %}