Replace ubuntu-latest with ubuntu-slim across workflows and documentation#137
Merged
Conversation
Co-authored-by: toshimaru <[email protected]>
Copilot
AI
changed the title
[WIP] Update Ubuntu version from latest to slim
Replace ubuntu-latest with ubuntu-slim across workflows and documentation
Dec 21, 2025
Owner
|
@copilot Update on README.md, too. |
Contributor
Author
There was a problem hiding this comment.
Pull request overview
This PR attempts to standardize GitHub Actions runner images from ubuntu-latest to ubuntu-slim across workflows and documentation. However, there is a critical issue: ubuntu-slim is not a valid GitHub-hosted runner image, which will cause all affected workflows to fail.
Key Changes:
- Updated
runs-onconfiguration inbuild.ymlandci.ymlworkflows - Updated documentation examples in README.md to reflect the runner change
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| README.md | Updated two usage examples to show ubuntu-slim as the runner image |
| .github/workflows/ci.yml | Changed runner from ubuntu-latest to ubuntu-slim |
| .github/workflows/build.yml | Changed runner from ubuntu-latest to ubuntu-slim |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
toshimaru
approved these changes
Dec 21, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Standardizes GitHub Actions runner images to
ubuntu-slimacross all workflows and documentation examples.Changes
build.ymlandci.ymlto useubuntu-slimrunnerubuntu-slimNote:
release-please.ymlalready usedubuntu-slimand required no changes.Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.