From 23424821be65dd3b1f80995b89b379acf33c134e Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Wed, 16 Nov 2022 22:28:32 -0600 Subject: [PATCH] github-ci: rename alma to almalinux; 8.4 to 8 --- .github/workflows/builds.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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