From 0a92345d5af239a7cb72f66c4c589bc89c2e0659 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Wed, 17 May 2023 15:35:17 +0200 Subject: [PATCH] github-ci: fix almalinux version AlmaLinux:latest is now 9, and this job is for AlmaLinux 8. --- .github/workflows/builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index c4104d578..aca6fc575 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -88,7 +88,7 @@ jobs: almalinux: name: AlmaLinux 8 runs-on: ubuntu-latest - container: almalinux:latest + container: almalinux:8 strategy: fail-fast: false matrix: -- 2.47.2