Skip to content

Commit 8b98656

Browse files
committed
CI: Qt 6.9 on macos & windows
1 parent 675ea74 commit 8b98656

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,10 @@ jobs:
171171
python-version: '3.11'
172172
qt-version: '5.12.*'
173173
configuration: 'debug'
174+
- macos-version: 'latest'
175+
python-version: '3.11'
176+
qt-version: '6.9.*'
177+
configuration: 'debug'
174178
runs-on: macos-${{ matrix.macos-version }}
175179
steps:
176180
- name: Install Qt
@@ -271,6 +275,12 @@ jobs:
271275
qt-version: '5.15.*'
272276
pythonqtall-config: 'PythonQtCore PythonQtGui PythonQtMultimedia'
273277

278+
- qt-arch: 'win64_msvc2019_64'
279+
python-version: '3.13'
280+
python-arch: 'x64'
281+
qt-version: '6.9.*'
282+
pythonqtall-config: 'PythonQtCore PythonQtGui PythonQtMultimedia'
283+
274284
- qt-arch: 'win32_mingw53'
275285
python-version: '3.6'
276286
python-arch: 'x86'

0 commit comments

Comments
 (0)