From 837a8d28090feb25368d22945dfa9c1eb740e4aa Mon Sep 17 00:00:00 2001 From: Jan Sundermeyer Date: Fri, 6 Dec 2024 17:21:56 +0100 Subject: [PATCH] use qt6.8.1 on OSX --- .github/workflows/cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index e9c429a02..37594360b 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -7,8 +7,8 @@ permissions: contents: read env: - OSX_QT_VERSION: 6.8.0 - OSX_POPPLER_VERSION: 24.11.0 + OSX_QT_VERSION: 6.8.1 + OSX_POPPLER_VERSION: 24.12.0 OSX_QUAZIP_VERSION: 1.4 jobs: