aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-04-21 19:33:03 +0000
committersaturneric <[email protected]>2024-04-21 19:33:03 +0000
commitced3f9fc4e0f8829e6eff0f115d00680ab71c5e5 (patch)
treeccff8ff1be2839f0527c780f7a1c346a69c2aa90
parentfix: move to notarytool in apple notarization process (diff)
downloadGpgFrontend-ced3f9fc4e0f8829e6eff0f115d00680ab71c5e5.tar.gz
GpgFrontend-ced3f9fc4e0f8829e6eff0f115d00680ab71c5e5.zip
fix: switch to qt 6.5 lts
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 93687b1f..445b9ae6 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -77,7 +77,7 @@ jobs:
- name: Install Qt6
uses: jurplel/install-qt-action@v3
with:
- version: '6.6.1'
+ version: '6.5.3'
modules: 'qt5compat'
cache: 'true'
if: matrix.os == 'ubuntu-20.04' || matrix.os == 'macos-11' || matrix.os == 'macos-12'