diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 9e3cddfea..88a945cc2 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -5,7 +5,7 @@ on: jobs: integration: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 timeout-minutes: 60 steps: - name: Checkout cri-dockerd diff --git a/packaging/rpm/Makefile b/packaging/rpm/Makefile index 88aa406fc..422f523f1 100644 --- a/packaging/rpm/Makefile +++ b/packaging/rpm/Makefile @@ -43,7 +43,7 @@ SOURCE_FILES=app.tgz cri-docker.service cri-docker.socket LICENSE SOURCES=$(addprefix rpmbuild/SOURCES/, $(SOURCE_FILES)) FEDORA_RELEASES := fedora-36 fedora-35 -CENTOS_RELEASES := centos-stream centos-7 +CENTOS_RELEASES := .PHONY: help help: ## show make targets