Skip to content

Commit d6420d3

Browse files
committed
Update Qt to 6.11.0 on Windows and macOS CI
1 parent e9ffbac commit d6420d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Install Qt
4040
uses: jurplel/install-qt-action@v4
4141
with:
42-
version: '6.10.*'
42+
version: '6.11.0'
4343
modules: 'qtmultimedia qtspeech'
4444
setup-python: false
4545

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
portablearch: win64
3636
qtarch: win64_msvc2022_64
3737
qtmodules: 'qtmultimedia qtspeech'
38-
qtversion: '6.10.*'
38+
qtversion: '6.11.0'
3939
vcvars: vcvars64.bat
4040

4141
runs-on: windows-latest

0 commit comments

Comments
 (0)