Skip to content

Repo sync #39712

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Change runner labels to remove 'Public preview' (#56952)
Co-authored-by: Sarita Iyer <66540150+saritai@users.noreply.github.com>
  • Loading branch information
lkfortuna and saritai authored Aug 7, 2025
commit c82c0a17b1af5000289bcf684b26d121302520aa
6 changes: 2 additions & 4 deletions data/reusables/actions/supported-github-runners.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ For public repositories, jobs using the workflow labels shown in the table below
</td>
</tr>
<tr>
<td>Linux [Public preview]</td>
<td>Linux</td>
<td>4</td>
<td>16 GB</td>
<td>14 GB</td>
Expand All @@ -50,7 +50,7 @@ For public repositories, jobs using the workflow labels shown in the table below
</td>
</tr>
<tr>
<td>Windows [Public preview]</td>
<td>Windows</td>
<td>4</td>
<td>16 GB</td>
<td>14 GB</td>
Expand Down Expand Up @@ -85,8 +85,6 @@ For public repositories, jobs using the workflow labels shown in the table below

</table>

>[!NOTE] The arm64 Linux and Windows runners are in {% data variables.release-phases.public_preview %} and subject to change.

### Standard {% data variables.product.prodname_dotcom %}-hosted runners for {% ifversion ghec %}internal and{% endif %} private repositories

For {% ifversion ghec %}internal and{% endif %} private repositories, jobs using the workflow labels shown in the table below will 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).
Expand Down
Loading