mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-18 12:14:56 +02:00
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:
parent
578d971d7d
commit
2ccd2827d4
2
.github/workflows/vtest.yml
vendored
2
.github/workflows/vtest.yml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user