Commit a41c9bc8 authored by michael-grunder's avatar michael-grunder
Browse files

CentOS 8 is EOL, switch to RockyLinux

parent be41ed60
...@@ -81,9 +81,9 @@ jobs: ...@@ -81,9 +81,9 @@ jobs:
run: $GITHUB_WORKSPACE/test.sh run: $GITHUB_WORKSPACE/test.sh
centos8: centos8:
name: CentOS 8 name: RockyLinux 8
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: centos:8 container: rockylinux:8
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v2 uses: actions/checkout@v2
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment