diff options
-rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fbc739d..362bc77 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 |