2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-22 09:58:09 +00:00

ci: Use latest Fedora for lint ci runs again

Now when we fixed clang-format complains in zdtm, let's switch to lates
clang-format available. This is effectively a revert of commit 07a2f0265
("ci: use Fedora 34 for lint CI runs").

Signed-off-by: Pavel Tikhomirov <ptikhomirov@virtuozzo.com>
This commit is contained in:
Pavel Tikhomirov 2021-11-24 11:37:58 +03:00 committed by Andrei Vagin
parent eb0dee4082
commit a491706cce

View File

@ -6,7 +6,7 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: registry.fedoraproject.org/fedora:34 image: registry.fedoraproject.org/fedora:latest
steps: steps:
- name: Install tools - name: Install tools
run: sudo dnf -y install git make python3-flake8 ShellCheck clang-tools-extra which findutils run: sudo dnf -y install git make python3-flake8 ShellCheck clang-tools-extra which findutils