From acdf3a7c006309672e042015f07944eedfb69d19 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Sep 2025 19:19:02 +0000 Subject: [PATCH] Update almalinux Docker tag to v10 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74308e7..e287fef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: bazel-almalinux: name: bazel almalinux amd64 runs-on: ubuntu-latest - container: almalinux:9 + container: almalinux:10 steps: - name: setup run: | @@ -271,7 +271,7 @@ jobs: cmake-almalinux: name: cmake almalinux amd64 runs-on: ubuntu-latest - container: almalinux:9 + container: almalinux:10 steps: - name: setup run: |