From fa90277d22e1e6662e827e662eb6bda344cdcb20 Mon Sep 17 00:00:00 2001 From: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> Date: Thu, 5 Feb 2026 19:52:53 +0100 Subject: [PATCH] ci: Use ubuntu-slim for [meta] runners They should be sufficient for the task, and are based on containers, so may be minimally faster to schedule. Ref: https://docs.github.com/en/actions/reference/runners/github-hosted-runners#single-cpu-runners --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a2d25238e7..d6e8c799277 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ defaults: jobs: runners: name: '[meta] determine runners' - runs-on: ubuntu-latest + runs-on: ubuntu-slim outputs: provider: ${{ steps.runners.outputs.provider }} steps: @@ -305,7 +305,7 @@ jobs: # Record frozen commit, so that the native tests on cross-builds can run on # the exact same commit id of the build. name: '[meta] record frozen commit' - runs-on: ubuntu-latest + runs-on: ubuntu-slim outputs: commit: ${{ steps.record-commit.outputs.commit }} steps: