Skip to content

Commit

Permalink
Merge pull request #1046 from redis/rockylinux-ci
Browse files Browse the repository at this point in the history
CentOS 8 is EOL, switch to RockyLinux
  • Loading branch information
michael-grunder authored Feb 1, 2022
2 parents be41ed6 + a41c9bc commit f8de9a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f8de9a4

Please sign in to comment.