use rockylinux:8 container for ci workflow

This commit is contained in:
Andrew Bauer 2022-02-16 08:33:44 -06:00 committed by Ben Dailey
parent b5e2cb4220
commit bcd590aede
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ jobs:
- crypto_backend: gnutls
jwt_backend: libjwt
runs-on: ubuntu-latest
container: centos:8
container: rockylinux:8
steps:
- name: Enable RPMFusion, EPEL and PowerTools