From: Serge Hallyn Date: Tue, 30 Dec 2025 15:52:10 +0000 (-0600) Subject: Add ubuntu-22.04 to the CI test matrix X-Git-Tag: 4.19.0~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eef769836f2c757fc120b6c2ac0a684058c4f28a;p=thirdparty%2Fshadow.git Add ubuntu-22.04 to the CI test matrix we need to check against older compilers. Signed-off-by: Serge Hallyn --- diff --git a/.github/workflows/runner.yml b/.github/workflows/runner.yml index 0327dfcac..71e1fa5c3 100644 --- a/.github/workflows/runner.yml +++ b/.github/workflows/runner.yml @@ -10,7 +10,10 @@ on: jobs: build: - runs-on: ubuntu-latest + strategy: + matrix: + os: [ubuntu-latest, ubuntu-22.04] + runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 - name: debug