mirror of
https://github.com/shadow-maint/shadow.git
synced 2026-01-26 14:03:17 +00:00
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:
parent
e04a87a6d2
commit
eef769836f
5
.github/workflows/runner.yml
vendored
5
.github/workflows/runner.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user