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:
Adrian Reber 2021-03-19 08:57:04 +00:00 committed by Andrei Vagin
parent 069d92e513
commit 228e510d21
3 changed files with 47 additions and 14 deletions

View file

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
target: [centos7, centos8]
target: [centos7]
steps:
- uses: actions/checkout@v2