Skip to content

fix(ci): use supported GitHub Actions runner label - #28

Closed
belowzeroff wants to merge 1 commit into
KxSystems:masterfrom
belowzeroff:fix/f010-ci-runner-label
Closed

fix(ci): use supported GitHub Actions runner label#28
belowzeroff wants to merge 1 commit into
KxSystems:masterfrom
belowzeroff:fix/f010-ci-runner-label

Conversation

@belowzeroff

Copy link
Copy Markdown
Contributor

Update the workflow runner label to a supported GitHub Actions image label so CI jobs can be scheduled.

The workflow used `runs-on: ubuntu-slim` which is not a standard
GitHub-hosted runner label. Standard labels are `ubuntu-latest`,
`ubuntu-24.04`, etc. This caused workflow failures at queue time
with "no runner matching the specified label".

Fix: change `ubuntu-slim` to `ubuntu-latest`.
@sshanks-kx
sshanks-kx self-requested a review July 29, 2026 14:16
@sshanks-kx sshanks-kx self-assigned this Jul 29, 2026

@sshanks-kx sshanks-kx left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Not sure why this is changed. ubuntu-slim is a valid image name ref: https://docs.github.com/en/actions/reference/runners/github-hosted-runners

@belowzeroff

Copy link
Copy Markdown
Contributor Author

You are right: ubuntu-slim is documented as a valid GitHub-hosted runner label, and this workflow is currently passing with it. This PR is not needed, so I am closing it.

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.

2 participants