From 6f95086005b05edbbc3c2b1225e2ac642a8cf582 Mon Sep 17 00:00:00 2001 From: Petr Mironychev <9195189+Palm1r@users.noreply.github.com> Date: Tue, 19 May 2026 12:37:14 +0200 Subject: [PATCH] chore: build only for qtc 20 --- .github/workflows/build_cmake.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml index a4f8b9d..a2c0ff1 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -45,14 +45,14 @@ jobs: cc: "clang", cxx: "clang++" } qt_config: - - { - qt_version: "6.10.1", - qt_creator_version: "18.0.2" - } - - { - qt_version: "6.10.3", - qt_creator_version: "19.0.2" - } + # - { + # qt_version: "6.10.1", + # qt_creator_version: "18.0.2" + # } + # - { + # qt_version: "6.10.3", + # qt_creator_version: "19.0.2" + # } - { qt_version: "6.11.0", qt_creator_version: "20.0.0-beta1"