From 2bc2dae9c21a760ebf7039958ffb34f3b9d6474d Mon Sep 17 00:00:00 2001 From: Jeff Lucovsky Date: Sun, 20 Feb 2022 09:01:43 -0500 Subject: [PATCH] github-ci: Replace CentOS 8 with AlmaLinux 8.4 --- .github/workflows/builds.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index f283d885b8..2246f2432e 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -131,10 +131,10 @@ jobs: name: prep path: . - centos-8: - name: CentOS 8 + alma-8: + name: AlmaLinux 8 runs-on: ubuntu-latest - container: centos:8 + container: almalinux:8.4 needs: prep steps: # Cache Rust stuff. @@ -241,7 +241,7 @@ jobs: name: CentOS 7 runs-on: ubuntu-latest container: centos:7 - needs: centos-8 + needs: alma-8 steps: - name: Install system dependencies run: | @@ -638,13 +638,13 @@ jobs: - name: Running suricata-verify run: python3 ./suricata-verify/run.py --quiet - # An Ubuntu 20.04 build using the tarball generated in the CentOS 8 + # An Ubuntu 20.04 build using the tarball generated in the AlmaLinux 8 # build above also testing the minimum supported Rust version. ubuntu-20-04-msrv: name: Ubuntu 20.04 (MSRV) runs-on: ubuntu-latest container: ubuntu:20.04 - needs: centos-8 + needs: alma-8 steps: - name: Install dependencies run: | -- 2.47.2