Merge pull request #1194 from kiwix/linux_ci_runner_upgrade

Upgraded Linux CI runner to ubuntu-22.04
This commit is contained in:
Veloman Yunkan 2025-05-10 17:11:57 +04:00 committed by GitHub
commit c1e58331d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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: