mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-22 11:37:56 -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
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
target:
|
target:
|
||||||
- focal
|
- jammy
|
||||||
include:
|
include:
|
||||||
- target: focal
|
- target: jammy
|
||||||
image_variant: focal
|
image_variant: jammy
|
||||||
lib_postfix: '/x86_64-linux-gnu'
|
lib_postfix: '/x86_64-linux-gnu'
|
||||||
env:
|
env:
|
||||||
HOME: /home/runner
|
HOME: /home/runner
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
container:
|
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:
|
steps:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
Loading…
x
Reference in New Issue
Block a user