Skip to content

Commit d2ee20f

Browse files
cmuto09Copilotmchammer01
authored
Removed preview labels, and added reference to ubuntu-slim included s… (#58855)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
1 parent db5f0f2 commit d2ee20f

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

content/actions/reference/runners/github-hosted-runners.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,11 @@ Workflow logs list the runner used to run a job. For more information, see [AUTO
4646

4747
### Single-CPU runners
4848

49-
> [!NOTE]
50-
> * Single-CPU runners are in {% data variables.release-phases.public_preview %} and subject to change.{% ifversion ghec %}
51-
> * Single-CPU runners are not available in {% data variables.product.prodname_ghe_cloud %} with Data Residency (`ghe.com`).
52-
53-
{% endif %}
54-
5549
Single-CPU {% data variables.product.github %}-hosted runners are available in both public and private repositories. These runners—specified using the workflow label `ubuntu-slim`—offer a lower-cost option for running lightweight operations. This type of runner is optimized for automation tasks, issue operations and short-running jobs. They are not suitable for typical heavyweight CI/CD builds.
5650

5751
`ubuntu-slim` runners execute Actions workflows in Ubuntu Linux, inside a container rather than a full VM instance. When the job begins, {% data variables.product.github %} automatically provisions a new container for that job. All steps in the job execute in the container, allowing the steps in that job to share information using the runner's file system. When the job has finished, the container is automatically decommissioned. Each container provides hypervisor level 2 isolation.
5852

59-
A minimal set of tools is installed on the `ubuntu-slim` runner image, appropriate for lightweight tasks.
53+
A minimal set of tools is installed on the `ubuntu-slim` runner image, appropriate for lightweight tasks. For details on what software is installed on the `ubuntu-slim` image, see the [README file](https://github.com/actions/runner-images/blob/main/images/ubuntu-slim/ubuntu-slim-Readme.md) in the `actions/runner-images` repository.
6054

6155
#### Usage limits
6256

data/reusables/actions/single-cpu-table-row.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<td>14 GB</td>
66
<td> x64 </td>
77
<td>
8-
<code>ubuntu-slim</code> ({% data variables.release-phases.public_preview %})
8+
<code>ubuntu-slim</code>
99
</td>
1010
</tr>

0 commit comments

Comments
 (0)