From 3803339b0193a5c29da3f8477e8ca4f92f8d7b9a Mon Sep 17 00:00:00 2001 From: Dmitry Pinaev Date: Fri, 16 Aug 2024 22:45:15 +0200 Subject: [PATCH] Try Qt6 on macos --- .github/workflows/cmake_build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake_build.yml b/.github/workflows/cmake_build.yml index 3d528d8d..c85d879f 100644 --- a/.github/workflows/cmake_build.yml +++ b/.github/workflows/cmake_build.yml @@ -37,9 +37,9 @@ jobs: - toolchain: macos-clang os: macos-latest compiler: clang - qt_version: "5.15.2" + qt_version: "6.7.1" modules: "" - use_qt6: "OFF" + use_qt6: "ON" - toolchain: windows-msvc os: windows-latest