[ci] Try out new ubuntu-slim runners#4995
Open
sharder996 wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the repository’s GitHub Actions workflows to run their Ubuntu-based jobs on the newer ubuntu-slim hosted runner label, aligning CI execution with GitHub’s new slim runner offering linked in the PR description.
Changes:
- Switched multiple workflows’ Ubuntu job runners from
ubuntu-latesttoubuntu-slim. - Applied the runner change consistently across core CI workflows (linux/macos/windows orchestrators) and maintenance workflows (CLA check, stale issues, package prune, etc.).
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/windows.yml | Uses ubuntu-slim for Ubuntu-hosted helper/reporting jobs in the Windows workflow. |
| .github/workflows/verify-commits.yml | Runs commit verification on ubuntu-slim. |
| .github/workflows/update-images.yaml | Runs the image update/scraper job on ubuntu-slim. |
| .github/workflows/test-hooks.yml | Runs hook tests on ubuntu-slim. |
| .github/workflows/prune-packages.yml | Runs package listing/pruning/notification jobs on ubuntu-slim. |
| .github/workflows/monitor-usns.yml | Runs USN monitoring job on ubuntu-slim. |
| .github/workflows/macos.yml | Uses ubuntu-slim for Ubuntu-hosted helper/reporting jobs in the macOS workflow. |
| .github/workflows/linux.yml | Uses ubuntu-slim for Ubuntu-hosted jobs that previously used ubuntu-latest. |
| .github/workflows/lint.yml | Runs lint job on ubuntu-slim. |
| .github/workflows/dynamic-ci.yml | Runs filter/finalize jobs on ubuntu-slim. |
| .github/workflows/close-inactive-issues.yml | Runs stale issue automation on ubuntu-slim. |
| .github/workflows/cla-check.yaml | Runs CLA check on ubuntu-slim. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
3359325 to
5174d18
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4995 +/- ##
=======================================
Coverage 87.60% 87.60%
=======================================
Files 274 274
Lines 14649 14649
=======================================
Hits 12832 12832
Misses 1817 1817 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Save some electrons and fractions of pennies.
5174d18 to
1a06a31
Compare
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.
https://github.blog/changelog/2025-10-28-1-vcpu-linux-runner-now-available-in-github-actions-in-public-preview/