From 2ccd2827d4c83d746e27ec7e3d73ce4944f84fa4 Mon Sep 17 00:00:00 2001 From: Tim Duesterhus Date: Mon, 13 Apr 2026 21:23:43 +0200 Subject: [PATCH] CI: Generate vtest.yml matrix on `ubuntu-slim` This runner image is more lightweight by running inside of a container rather than a full VM. This is sufficient to run some Python. --- .github/workflows/vtest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vtest.yml b/.github/workflows/vtest.yml index 6b8eb80a9..4be6dd916 100644 --- a/.github/workflows/vtest.yml +++ b/.github/workflows/vtest.yml @@ -19,7 +19,7 @@ jobs: # generated by .github/matrix.py. generate-matrix: name: Generate Build Matrix - runs-on: ubuntu-latest + runs-on: ubuntu-slim outputs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: