Skip to content

Replace ubuntu-latest with ubuntu-slim across workflows and documentation#137

Merged
toshimaru merged 2 commits into
mainfrom
copilot/update-ubuntu-version-to-slim
Dec 21, 2025
Merged

Replace ubuntu-latest with ubuntu-slim across workflows and documentation#137
toshimaru merged 2 commits into
mainfrom
copilot/update-ubuntu-version-to-slim

Conversation

Copilot AI commented Dec 21, 2025

Copy link
Copy Markdown
Contributor

Standardizes GitHub Actions runner images to ubuntu-slim across all workflows and documentation examples.

Changes

  • Workflows: Updated build.yml and ci.yml to use ubuntu-slim runner
  • Documentation: Updated both README usage examples to reflect ubuntu-slim

Note: release-please.yml already used ubuntu-slim and required no changes.

Original prompt

add ubuntu-slim instead of ubuntu-latest


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

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
Copilot AI requested a review from toshimaru December 21, 2025 11:04
@toshimaru

Copy link
Copy Markdown
Owner

@copilot Update on README.md, too.

Copilot AI commented Dec 21, 2025

Copy link
Copy Markdown
Contributor Author

@copilot Update on README.md, too.

The README.md has already been updated in commit ea87b87. Both usage examples now show ubuntu-slim (lines 30 and 42).

@toshimaru toshimaru marked this pull request as ready for review December 21, 2025 11:21
Copilot AI review requested due to automatic review settings December 21, 2025 11:21

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-on configuration in build.yml and ci.yml workflows
  • 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 toshimaru merged commit fccc493 into main Dec 21, 2025
9 checks passed
@toshimaru toshimaru deleted the copilot/update-ubuntu-version-to-slim branch December 21, 2025 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants