mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-20 18:33:38 -04:00
Switch Linux CI to jammy
This commit is contained in:
parent
833f2a00af
commit
25175d8313
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -56,16 +56,16 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
target:
|
||||
- focal
|
||||
- jammy
|
||||
include:
|
||||
- target: focal
|
||||
image_variant: focal
|
||||
- target: jammy
|
||||
image_variant: jammy
|
||||
lib_postfix: '/x86_64-linux-gnu'
|
||||
env:
|
||||
HOME: /home/runner
|
||||
runs-on: ubuntu-22.04
|
||||
container:
|
||||
image: ghcr.io/kiwix/kiwix-build_ci_${{matrix.image_variant}}:38
|
||||
image: ghcr.io/kiwix/kiwix-build_ci_${{matrix.image_variant}}:2024-11-06
|
||||
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
|
Loading…
x
Reference in New Issue
Block a user