mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
ci: move CentOS 8 based test to Cirrus
The kernel on GitHub Actions has a bug https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1919472 which breaks our CI. It works on Cirrus. Let's move it there. Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
parent
069d92e513
commit
228e510d21
3 changed files with 47 additions and 14 deletions
2
.github/workflows/centos-test.yml
vendored
2
.github/workflows/centos-test.yml
vendored
|
|
@ -7,7 +7,7 @@ jobs:
|
|||
runs-on: ubuntu-20.04
|
||||
strategy:
|
||||
matrix:
|
||||
target: [centos7, centos8]
|
||||
target: [centos7]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue