We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9ffbac commit d6420d3Copy full SHA for d6420d3
.github/workflows/macos.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Install Qt
40
uses: jurplel/install-qt-action@v4
41
with:
42
- version: '6.10.*'
+ version: '6.11.0'
43
modules: 'qtmultimedia qtspeech'
44
setup-python: false
45
.github/workflows/windows.yml
@@ -35,7 +35,7 @@ jobs:
35
portablearch: win64
36
qtarch: win64_msvc2022_64
37
qtmodules: 'qtmultimedia qtspeech'
38
- qtversion: '6.10.*'
+ qtversion: '6.11.0'
vcvars: vcvars64.bat
runs-on: windows-latest
0 commit comments