You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/actions/using-github-hosted-runners/using-larger-runners/managing-larger-runners.md
+30Lines changed: 30 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -123,6 +123,36 @@ You can edit the size of your {% data variables.actions.hosted_runner %}s.
123
123
{% data reusables.actions.resize-larger-runner %}
124
124
{% endif %}
125
125
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
+
126
156
## Configuring autoscaling for {% data variables.actions.hosted_runner %}s
127
157
128
158
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.
0 commit comments