mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
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:
parent
ebc74668ff
commit
e42083aa8b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-test.yml
vendored
2
.github/workflows/docker-test.yml
vendored
|
|
@ -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 }})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue