From ccf3976a6b4cd85b415e8d3eb1fec3b680129184 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Tue, 20 May 2025 20:36:02 +0000 Subject: [PATCH] CI: Remove Linux Next (Qt 6.10) job It has been failing for 4 consecutive weeks. Master passes with Qt 6.10 so hopefully no one will be using this version with 6.10... --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 20cf66f10..ebe1ec231 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ include: - /gitlab-templates/yaml-lint.yml - /gitlab-templates/android-qt6.yml - /gitlab-templates/linux-qt6.yml - - /gitlab-templates/linux-qt6-next.yml + # - /gitlab-templates/linux-qt6-next.yml - /gitlab-templates/windows-qt6.yml # - /gitlab-templates/freebsd-qt6.yml - /gitlab-templates/flatpak.yml