]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
Add ubuntu-22.04 to the CI test matrix
authorSerge Hallyn <serge@hallyn.com>
Tue, 30 Dec 2025 15:52:10 +0000 (09:52 -0600)
committerAlejandro Colomar <foss+github@alejandro-colomar.es>
Tue, 30 Dec 2025 16:00:49 +0000 (17:00 +0100)
we need to check against older compilers.

Signed-off-by: Serge Hallyn <serge@hallyn.com>
.github/workflows/runner.yml

index 0327dfcac8ca1633671392b9b964b9df7fa5ecef..71e1fa5c31211103e8383bfccb3d396660996cd9 100644 (file)
@@ -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