From d776077c5f53f1af9b1b7a420d028c14829aa234 Mon Sep 17 00:00:00 2001 From: Veloman Yunkan Date: Sat, 10 May 2025 17:00:52 +0400 Subject: [PATCH] Upgraded Linux CI runner to ubuntu-22.04 We are quite late with this change and were simply forced to make it because ubuntu-20.04 has been phased out in GitHub Workflows. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54211211..63cd9022 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -148,7 +148,7 @@ jobs: coverage: false env: HOME: /home/runner - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 container: image: "ghcr.io/kiwix/kiwix-build_ci_${{matrix.image_variant}}:38" steps: