From d2662c473a492a9a149883ef5e571030c0e8611f Mon Sep 17 00:00:00 2001 From: Adam Lamar Date: Mon, 16 Dec 2024 17:57:40 -0700 Subject: [PATCH] Add noble to the build matrix --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46428d7..ab5fd9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,15 +57,19 @@ jobs: matrix: target: - jammy + - noble include: - target: jammy image_variant: jammy lib_postfix: '/x86_64-linux-gnu' + - target: noble + image_variant: noble + 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}}:2024-11-06 + image: ghcr.io/kiwix/kiwix-build_ci_${{matrix.image_variant}}:2024-12-17 steps: - name: Install dependencies