Skip to content

Commit

Permalink
Test oracular CI (qt 6.6)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlamar committed Dec 17, 2024
1 parent d2662c4 commit e80d0d9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,22 @@ jobs:
target:
- jammy
- noble
- oracular
include:
- target: jammy
image_variant: jammy
lib_postfix: '/x86_64-linux-gnu'
- 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
Expand Down

0 comments on commit e80d0d9

Please sign in to comment.