Add support for new 1vcpu ubuntu-slim runner label#585
Conversation
|
This is incomplete. More places need updates. Please check out ea8e01d (Merge pull request #491 from ericcornelissen/runner-windows-2025, 2024-12-27) or 9f5e8de (add I found no info about which version of Ubuntu actionlint/rule_runner_label.go Lines 81 to 89 in 540883c |
|
I'll take a look at this PR within a few days. |
|
@muzimuzhi updated I'm assuming 24.04, but unfortunately there is literally no documentation on that image. :/ |
|
I confirmed the runner is Ubuntu 24.04. |
|
Thank you for catching this and I apologize for the late review. |
* ci: use ubuntu-slim * install dependency * revert * fix * disable runners validation until rhysd/actionlint#585 * Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
FYI, https://github.com/actions/runner-images added According to the definition, yes |
|
Fwiw, actions/runner-images@0830eeb added |
Per today's public preview release: https://github.blog/changelog/2025-10-28-1-vcpu-linux-runner-now-available-in-github-actions-in-public-preview/
Fixes #587