From 48f64f5ae6aeef7ad5ef0b1bb82223bc86f6a9ff Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle Date: Mon, 19 Feb 2024 10:06:59 +0100 Subject: [PATCH] ci: try to use Qt 6.6.1 for the Qt 6 AppImage --- .github/workflows/build-release-qt6.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release-qt6.yml b/.github/workflows/build-release-qt6.yml index baed66f547..9d4ff10a1f 100644 --- a/.github/workflows/build-release-qt6.yml +++ b/.github/workflows/build-release-qt6.yml @@ -91,7 +91,7 @@ jobs: needs: create_release runs-on: ubuntu-20.04 env: - QT_VERSION: 6.5.0 + QT_VERSION: 6.6.1 BUILD_DIR: build name: '🐧 AppImage Ubuntu 20.04' steps: