Skip to content

Commit 2c30a1a

Browse files
authored
Merge pull request #36407 from github/repo-sync
Repo sync
2 parents 8302634 + f17ac72 commit 2c30a1a

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

content/actions/using-github-hosted-runners/using-larger-runners/managing-larger-runners.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,36 @@ You can edit the size of your {% data variables.actions.hosted_runner %}s.
123123
{% data reusables.actions.resize-larger-runner %}
124124
{% endif %}
125125

126+
## Changing the image of a {% data variables.actions.hosted_runner %}
127+
128+
{% ifversion ghec %}
129+
You can edit the image of your {% data variables.actions.hosted_runner %}s if you are using a {% data variables.product.github %}-owned image. For a list of our managed images see the [{% data variables.product.prodname_actions %} Runner Images](https://github.com/actions/runner-images) repository.
130+
131+
* [Changing the image of an organization runner](#changing-the-image-of-an-organization-runner)
132+
* [Changing the image of an enterprise runner](#changing-the-image-of-an-enterprise-runner)
133+
134+
### Changing the image of an organization runner
135+
136+
{% endif %}
137+
138+
{% data reusables.organizations.navigate-to-org %}
139+
{% data reusables.organizations.org_settings %}
140+
{% data reusables.organizations.settings-sidebar-actions-runners %}
141+
{% data reusables.actions.select-a-larger-runner %}
142+
{% data reusables.actions.reimage-larger-runner %}
143+
144+
{% ifversion ghec %}
145+
146+
### Changing the image of an enterprise runner
147+
148+
{% data reusables.enterprise-accounts.access-enterprise %}
149+
{% data reusables.enterprise-accounts.policies-tab %}
150+
{% data reusables.enterprise-accounts.actions-tab %}
151+
{% data reusables.enterprise-accounts.actions-runners-tab %}
152+
{% data reusables.actions.select-a-larger-runner %}
153+
{% data reusables.actions.reimage-larger-runner %}
154+
{% endif %}
155+
126156
## Configuring autoscaling for {% data variables.actions.hosted_runner %}s
127157

128158
You can control the maximum number of jobs allowed to run concurrently for specific runner sets. Setting this field to a higher value can help prevent workflows being blocked due to parallelism.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
1. Select a new image for the runner from the list of available options under "Image." The available images are limited to GitHub-owned images.
2+
1. Click **Save**.

0 commit comments

Comments
 (0)