From eb5965348b2a5deb63b7fe18696c083df5724ff1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kotiuk?= Date: Sun, 2 Mar 2025 18:07:19 +0100 Subject: [PATCH] Revert "chore: Switch Windows Release to the latest QT 6.8" This reverts commit b60fe813615fe6050bbaf682b2094219169626f0. And fixes: https://github.com/AntiMicroX/antimicrox/issues/1139 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fd85861e..5429cc67 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -167,10 +167,10 @@ jobs: - name: Install Qt uses: jurplel/install-qt-action@v4 with: - version: "6.7" + version: "5.15.2" host: "windows" target: "desktop" - arch: "win64_mingw" + arch: "win64_mingw81" dir: "${{ github.workspace }}/qt/" install-deps: "true"