From 9208825021f29111f11f971af57632247a69ead3 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Tue, 12 Mar 2024 00:54:18 -0500 Subject: [PATCH] Bump to rhel8 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 66a156cc3..d52449848 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -248,7 +248,7 @@ jobs: needs: build-binary-linux name: "check system | python on rhel" runs-on: ubuntu-latest - container: registry.access.redhat.com/rhel7/rhel + container: registry.access.redhat.com/rhel8/rhel steps: - uses: actions/checkout@v3