From ed788079bb63574b38799ba993c25b42f11b6cf6 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Tue, 28 Jul 2026 17:02:09 +0200 Subject: [PATCH] use the LTS builders --- .gitlab-ci.yml | 4 +--- .kde-ci.yml | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 96a50ce..48dcfe7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,8 +5,6 @@ include: - project: sysadmin/ci-utilities file: - /gitlab-templates/reuse-lint.yml - - /gitlab-templates/linux-qt6.yml - - /gitlab-templates/freebsd-qt6.yml + - /gitlab-templates/linux-qt6-lts.yml - /gitlab-templates/xml-lint.yml - /gitlab-templates/yaml-lint.yml - - /gitlab-templates/linux-qt6-next.yml diff --git a/.kde-ci.yml b/.kde-ci.yml index 5e991a8..912c6d1 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -4,7 +4,7 @@ Dependencies: - 'on': ['@all'] 'require': - 'frameworks/extra-cmake-modules': '@latest-kf6' + 'frameworks/extra-cmake-modules': 'Frameworks/6.24' 'third-party/wayland': '@latest' 'third-party/wayland-protocols': '@latest'