Skip to content

Commit

Permalink
Switch CI to jammy
Browse files Browse the repository at this point in the history
  • Loading branch information
veloman-yunkan committed Nov 25, 2024
1 parent 03bd0b7 commit 65e89c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}:latest

steps:
- name: Install dependencies
Expand Down

0 comments on commit 65e89c5

Please sign in to comment.