From 4f2c51ac65a64c068f3333793f646c6c987e2559 Mon Sep 17 00:00:00 2001 From: fscarmen <62703343+fscarmen@users.noreply.github.com> Date: Sat, 21 May 2022 02:19:22 +0800 Subject: [PATCH] Update resolvconf.yml --- .github/workflows/resolvconf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/resolvconf.yml b/.github/workflows/resolvconf.yml index 711ec6e..17fab1a 100644 --- a/.github/workflows/resolvconf.yml +++ b/.github/workflows/resolvconf.yml @@ -7,7 +7,7 @@ jobs: Building: name: "Build on Ubuntu" runs-on: ubuntu-latest - container: docker.io/centos:8 + container: docker.io/centos:7 steps: - uses: actions/checkout@v2