From e80d0d9e2a5a593e0ec6da018bd77149e972fed6 Mon Sep 17 00:00:00 2001 From: Adam Lamar Date: Tue, 17 Dec 2024 13:58:21 -0700 Subject: [PATCH] Test oracular CI (qt 6.6) --- .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 ab5fd9ee..faad3a09 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,6 +58,7 @@ jobs: target: - jammy - noble + - oracular include: - target: jammy image_variant: jammy @@ -65,11 +66,14 @@ jobs: - target: noble image_variant: noble lib_postfix: '/x86_64-linux-gnu' + - target: oracular + image_variant: oracular + 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-12-17 + image: adamlamar/kiwix-build_ci_${{matrix.image_variant}}:test steps: - name: Install dependencies