Add ubuntu-22.04 to the CI test matrix

we need to check against older compilers.

Signed-off-by: Serge Hallyn <serge@hallyn.com>
This commit is contained in:
Serge Hallyn 2025-12-30 09:52:10 -06:00 committed by Alejandro Colomar
parent e04a87a6d2
commit eef769836f

View 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