ci: try to fix broken docker test

Upgrade to 22.04 base image and use the existing version of docker.

Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
Adrian Reber 2024-03-24 11:07:07 +00:00 committed by Andrei Vagin
parent a48aa33eaa
commit a2b018a188
2 changed files with 1 additions and 20 deletions

View file

@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04]
os: [ubuntu-22.04]
steps:
- uses: actions/checkout@v2
- name: Run Docker Test (${{ matrix.os }})