Update Qt version to 6.11.1 in release workflow

This commit is contained in:
ZephZae
2026-06-17 00:49:24 +10:00
committed by GitHub
parent d389dcf9fe
commit 017077fcbe
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
version: '6.x.x' # Match your specific Qt version here
version: '6.11.1' # Match your specific Qt version here
- name: Configure CMake
run: |