From: Tim Duesterhus Date: Mon, 13 Apr 2026 19:23:43 +0000 (+0200) Subject: CI: Generate vtest.yml matrix on `ubuntu-slim` X-Git-Tag: v3.4-dev9~27 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=2ccd2827d4c83d746e27ec7e3d73ce4944f84fa4;p=thirdparty%2Fhaproxy.git 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. --- 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: