Revert "chore: Switch Windows Release to the latest QT 6.8"

This reverts commit b60fe81361.

And fixes: https://github.com/AntiMicroX/antimicrox/issues/1139
This commit is contained in:
Paweł Kotiuk
2025-03-02 18:07:19 +01:00
parent 55c89ccc26
commit eb5965348b

View File

@@ -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"