From 7ce593ab885b665d0205b5e6025dbc2821d9c0b5 Mon Sep 17 00:00:00 2001 From: Matt Milner Date: Sat, 19 Oct 2024 02:11:04 +0200 Subject: [PATCH] Drop Qt version slightly Signed-off-by: Matt Milner --- .github/workflows/build_cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml index 3a61460775..51917bd4ab 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -7,7 +7,7 @@ name: CMake Build Matrix on: [push, pull_request, workflow_dispatch] env: - QT_VERSION: 5.15.15 + QT_VERSION: 5.15.8 # this is different from MACOSX_DEPLOYMENT_TARGET to prevent build problems # we set MACOSX_DEPLOYMENT_TARGET later MACOS_TARGET: 10.12