From e47085a1cd64808b7677a5f9566bdcd949f9ed5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bob=20Dr=C3=B6ge?= Date: Mon, 9 Sep 2024 16:33:18 +0200 Subject: [PATCH] test rpm on Rocky 8 instead of CentOS 7 --- .github/workflows/build-test-release-client-packages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test-release-client-packages.yml b/.github/workflows/build-test-release-client-packages.yml index 803f0f9d..248ad4a7 100644 --- a/.github/workflows/build-test-release-client-packages.yml +++ b/.github/workflows/build-test-release-client-packages.yml @@ -162,7 +162,7 @@ jobs: needs: build-linux-packages runs-on: ubuntu-latest container: - image: centos:centos7 + image: rockylinux:8 options: --device /dev/fuse --privileged steps: