1
0
mirror of synced 2025-12-26 14:02:45 -05:00
Files
docs/data/reusables/github-actions/supported-github-runners.md
Martin Lopes 1e3518dc02 Restructure table in "Supported runners and hardware resources" (#20909)
* Recreated table in html, moved reusables
2021-08-17 15:26:14 +10:00

85 lines
1.3 KiB
Markdown

<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>
</tr>
</thead>
<tbody>
<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
</td>
<td>
<code>windows-2016</code>
</td>
<td>
</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>
Ubuntu 16.04
</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>.
</td>
</tr>
<tr>
<td>
macOS Big Sur 11
</td>
<td>
<code>macos-11</code>
</td>
<td>
{% data reusables.github-actions.macos-runner-preview %}
</td>
</tr>
<tr>
<td>
macOS Catalina 10.15
</td>
<td>
<code>macos-latest</code> or <code>macos-10.15</code>
</td>
<td>
{% data reusables.github-actions.macos-runner-preview %}
</td>
</tr>
</tbody>
</table>