Update Windows Qt6 version from 6.5.0 to 6.7.1 (#5420)

This commit is contained in:
pajlada
2024-05-25 18:26:38 +02:00
committed by GitHub
parent d161036b18
commit be7b517499
4 changed files with 8 additions and 33 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
strategy:
matrix:
qt-version: ["6.5.0"]
qt-version: ["6.7.1"]
steps:
- uses: actions/checkout@v4
with: