CentOS 8 is EOL, switch to RockyLinux

master
michael-grunder 2022-02-01 08:49:36 -08:00
parent be41ed60d7
commit a41c9bc8b7
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