Merge pull request #1046 from redis/rockylinux-ci

CentOS 8 is EOL, switch to RockyLinux
master
Michael Grunder 2022-02-01 09:10:30 -08:00 committed by GitHub
commit f8de9a4bd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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