From: Jason Ish Date: Thu, 17 Nov 2022 04:28:32 +0000 (-0600) Subject: github-ci: rename alma to almalinux; 8.4 to 8 X-Git-Tag: suricata-7.0.0-rc1~312 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23424821be65dd3b1f80995b89b379acf33c134e;p=thirdparty%2Fsuricata.git github-ci: rename alma to almalinux; 8.4 to 8 --- diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 6520138747..6e96c87d49 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -252,10 +252,10 @@ jobs: # This build also creates the distribution package that some other builds # depend on. - alma-8: + almalinux-8: name: AlmaLinux 8 runs-on: ubuntu-latest - container: almalinux:8.4 + container: almalinux:8 needs: [prepare-deps, prepare-cbindgen] steps: # Cache Rust stuff. @@ -387,7 +387,7 @@ jobs: name: CentOS 7 runs-on: ubuntu-latest container: centos:7 - needs: [prepare-deps, alma-8] + needs: [prepare-deps, almalinux-8] steps: - name: Cache ~/.cargo uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 @@ -1210,7 +1210,7 @@ jobs: name: Ubuntu 20.04 (unsupported rust) runs-on: ubuntu-latest container: ubuntu:20.04 - needs: alma-8 + needs: almalinux-8 steps: - name: Cache ~/.cargo uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7