ci: use -slim runner for small jobs

No need to spin up full VM runners for small automation tasks, when we
can use single-CPU runners in containers instead.

https://docs.github.com/en/actions/reference/runners/github-hosted-runners#single-cpu-runners

(some of this will potentially not work, because dependencies in the
slim image might not be available - however, it makes no sense to create
this as a PR, because all jobs touched here run on branches only. Thus
pushing directly to main)
This commit is contained in:
Wolfgang Walther
2026-05-18 14:05:41 +02:00
parent 8868d13214
commit fb24b6b37f
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ jobs:
group: ci-tag-${{ (github.ref == 'refs/heads/main' && github.ref) || github.run_id }}
cancel-in-progress: true
if: vars.RELEASE_ENABLED
runs-on: ubuntu-24.04
runs-on: ubuntu-slim
needs:
- docs
- test