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.
This commit is contained in:
Veloman Yunkan 2025-05-10 17:00:52 +04:00
parent b8e997f805
commit d776077c5f

View File

@ -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: