1
0
mirror of synced 2025-12-30 12:02:01 -05:00
Files
docs/data/reusables/actions/supported-github-runners.md
2024-04-02 15:49:03 +00:00

237 lines
4.1 KiB
Markdown

<!-- If you update this table, you should also update the table in data/reusables/actions/jobs/section-choosing-the-runner-for-a-job.md -->
### Standard {% data variables.product.prodname_dotcom %}-hosted runners for Public repositories
For public repositories, jobs utilizing the default YAML workflow labels listed in the table below run on virtual machines with the associated specifications. The use of these runners on public repositories is free and unlimited.
<table style="width:100%">
<thead>
<tr>
<th scope="col" style="width:10%"><b>Virtual Machine</b></th>
<th scope="col" style="width:10%"><b>Processor (CPU)</b></th>
<th scope="col" style="width:10%"><b>Memory (RAM)</b></th>
<th scope="col" style="width:10%"><b>Storage (SSD)</b></th>
<th scope="col" style="width:20%"><b>OS (YAML workflow label)</b></th>
<th scope="col" style="width:40%"><b>Notes</b></th>
</tr>
</thead>
<tbody>
<tr>
<td>
Linux
</td>
<td>
4
</td>
<td>
16 GB
</td>
<td>
14 GB
</td>
<td>
<code>ubuntu-latest</code>, <code>ubuntu-22.04</code>, <code>ubuntu-20.04</code>
</td>
<td>
The <code>ubuntu-latest</code> label currently uses the Ubuntu 22.04 runner image.
</td>
</tr>
<tr>
<td>
Windows
</td>
<td>
4
</td>
<td>16 GB
</td>
<td>
14 GB
</td>
<td>
<code>windows-latest</code>, <code>windows-2022</code>, <code>windows-2019</code>
</td>
<td>
The <code>windows-latest</code> label currently uses the Windows 2022 runner image.
</td>
</tr>
<tr>
<td>
macOS
</td>
<td>
3
</td>
<td>
14 GB
</td>
<td>
14 GB
</td>
<td>
<code>macos-12</code> or <code>macos-11</code>
</td>
<td>
The <code>macos-11</code> label has been deprecated and will no longer be available after 6/28/2024.
</td>
</tr>
<tr>
<td>
macOS
</td>
<td>
4
</td>
<td>
14 GB
</td>
<td>
14 GB
</td>
<td>
<code>macos-13</code>
</td>
<td>
N/A
</td>
</tr>
<tr>
<td>
macOS
</td>
<td>
3 (M1)
</td>
<td>
7 GB
</td>
<td>
14 GB
</td>
<td>
<code>macos-latest</code> or <code>macos-14</code>
</td>
<td>
The <code>macos-latest</code> label currently uses the macOS 14 runner image.
</td>
</tr>
</tbody>
</table>
### Standard {% data variables.product.prodname_dotcom %}-hosted runners for Private repositories
For private repositories, jobs utilizing the default YAML workflow labels listed in the table below run on virtual machines with the associated specifications. These runners use your {% data variables.product.prodname_dotcom %} account's allotment of free minutes, and are then charged at the per minute rates. For more information, see "[AUTOTITLE](/billing/managing-billing-for-github-actions/about-billing-for-github-actions#per-minute-rates)."
<table style="width:100%">
<thead>
<tr>
<th scope="col" style="width:10%"><b>Virtual Machine</b></th>
<th scope="col" style="width:10%"><b>Processor (CPU)</b></th>
<th scope="col" style="width:10%"><b>Memory (RAM)</b></th>
<th scope="col" style="width:10%"><b>Storage (SSD)</b></th>
<th scope="col" style="width:20%"><b>OS (YAML workflow label)</b></th>
<th scope="col" style="width:40%"><b>Notes</b></th>
</tr>
</thead>
<tbody>
<td>
Linux
</td>
<td>
2
</td>
<td>
7 GB
</td>
<td>
14 GB
</td>
<td>
<code>ubuntu-latest</code>, <code>ubuntu-22.04</code>, <code>ubuntu-20.04</code>
</td>
<td>
The <code>ubuntu-latest</code> label currently uses the Ubuntu 22.04 runner image.
</td>
</tr>
<tr>
<td>
Windows
</td>
<td>
2
</td>
<td>7 GB
</td>
<td>
14 GB
</td>
<td>
<code>windows-latest</code>, <code>windows-2022</code>, <code>windows-2019</code>
</td>
<td>
The <code>windows-latest</code> label currently uses the Windows 2022 runner image.
</td>
</tr>
<tr>
<td>
macOS
</td>
<td>
3
</td>
<td>
14 GB
</td>
<td>
14 GB
</td>
<td>
<code>macos-12</code> or <code>macos-11</code>
</td>
<td>
The <code>macos-11</code> label has been deprecated and will no longer be available after 6/28/2024.
</td>
</tr>
<tr>
<td>
macOS
</td>
<td>
4
</td>
<td>
14 GB
</td>
<td>
14 GB
</td>
<td>
<code>macos-13</code>
</td>
<td>
N/A
</td>
</tr>
<tr>
<td>
macOS
</td>
<td>
3 (M1)
</td>
<td>
7 GB
</td>
<td>
14 GB
</td>
<td>
<code>macos-latest</code> or <code>macos-14</code>
</td>
<td>
The <code>macos-latest</code>label currently uses the macOS 14 runner image.
</td>
</tr>
</tbody>
</table>