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.
This commit is contained in:
Tim Duesterhus 2026-04-13 21:23:43 +02:00 committed by William Lallemand
parent 578d971d7d
commit 2ccd2827d4

View File

@ -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: