Skip to content

Repo sync #36407

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 2 commits into from
Feb 21, 2025
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,36 @@ You can edit the size of your {% data variables.actions.hosted_runner %}s.
{% data reusables.actions.resize-larger-runner %}
{% endif %}

## Changing the image of a {% data variables.actions.hosted_runner %}

{% ifversion ghec %}
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.

* [Changing the image of an organization runner](#changing-the-image-of-an-organization-runner)
* [Changing the image of an enterprise runner](#changing-the-image-of-an-enterprise-runner)

### Changing the image of an organization runner

{% endif %}

{% data reusables.organizations.navigate-to-org %}
{% data reusables.organizations.org_settings %}
{% data reusables.organizations.settings-sidebar-actions-runners %}
{% data reusables.actions.select-a-larger-runner %}
{% data reusables.actions.reimage-larger-runner %}

{% ifversion ghec %}

### Changing the image of an enterprise runner

{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.policies-tab %}
{% data reusables.enterprise-accounts.actions-tab %}
{% data reusables.enterprise-accounts.actions-runners-tab %}
{% data reusables.actions.select-a-larger-runner %}
{% data reusables.actions.reimage-larger-runner %}
{% endif %}

## Configuring autoscaling for {% data variables.actions.hosted_runner %}s

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.
Expand Down
2 changes: 2 additions & 0 deletions data/reusables/actions/reimage-larger-runner.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
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.
1. Click **Save**.