From 6fc09af892ed52ab3533b00210c6f1d273a0af1a Mon Sep 17 00:00:00 2001 From: Adam Lamar Date: Tue, 17 Dec 2024 14:30:25 -0700 Subject: [PATCH] Append qt5/qt6 --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab5fd9e..3e5fcf2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,13 +56,13 @@ jobs: fail-fast: false matrix: target: - - jammy - - noble + - jammy-qt5 + - noble-qt6 include: - - target: jammy + - target: jammy-qt5 image_variant: jammy lib_postfix: '/x86_64-linux-gnu' - - target: noble + - target: noble-qt6 image_variant: noble lib_postfix: '/x86_64-linux-gnu' env: