summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMichael Grunder <michael.grunder@gmail.com>2022-02-01 09:10:30 -0800
committerGitHub <noreply@github.com>2022-02-01 09:10:30 -0800
commitf8de9a4bd433791890572f7b9147e685653ddef9 (patch)
tree1edf868c839b0f8d786d726e79cbaadc94a33238 /.github
parentbe41ed60d762937a8ab1e1a8c7d9daddf35217c8 (diff)
parenta41c9bc8b7ebd4cdeecac8afa2668418977b6b71 (diff)
Merge pull request #1046 from redis/rockylinux-ci
CentOS 8 is EOL, switch to RockyLinux
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index fbc739d..362bc77 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -81,9 +81,9 @@ jobs:
run: $GITHUB_WORKSPACE/test.sh
centos8:
- name: CentOS 8
+ name: RockyLinux 8
runs-on: ubuntu-latest
- container: centos:8
+ container: rockylinux:8
steps:
- name: Checkout code
uses: actions/checkout@v2