ci: update docker test matrix

Ubuntu 18.04 still has a problem with overlayfs and breaks CRIU
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1857257

Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
This commit is contained in:
Radostin Stoyanov 2021-06-16 10:37:02 +01:00 committed by Andrei Vagin
parent ebc74668ff
commit e42083aa8b

View file

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