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
Use ubuntu-slim runner for lightweight CI jobs (#2869)
* Use ubuntu-slim runner for lightweight CI jobs Switch 9 jobs across 8 workflow files to use the new ubuntu-slim runner (1 vCPU) instead of ubuntu-latest for cost savings. These jobs only perform lightweight operations like GitHub API calls, JSON validation, spellchecking, and git operations. Jobs updated: - pr-size-labeler: calculate-pr-size - pr-size-label-apply: apply-size-label, enforce-xl-justification - validate-proposal-naming: validate-proposal-naming - spellcheck: codespell - update-docs-website: trigger-docs-update - update-registry: update-registry - releaser: compute-build-flags - renovate-config-validation: validate-renovate-config Reference: https://github.blog/changelog/2025-10-28-1-vcpu-linux-runner-now-available-in-github-actions-in-public-preview/ 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * Revert spellcheck to ubuntu-latest (needs Docker) The codespell action uses a Dockerfile and requires Docker which is not available on ubuntu-slim runners. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> --------- Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments