Merge pull request #1046 from redis/rockylinux-ci
CentOS 8 is EOL, switch to RockyLinux
This commit is contained in:
commit
f8de9a4bd4
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user