Skip to content

Commit c0f9850

Browse files
mrbean-bremenusiems
authored andcommitted
Use Qt 6.10.0 explicitly in CI, as 6.10.1 fails
- probably a problem with aqtinstall, see miurahr/aqtinstall#803
1 parent faa556c commit c0f9850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
os: ['ubuntu', 'windows']
23-
qt-version: [ '5.12.*', '5.15.*', '6.10.*' ]
23+
qt-version: [ '5.12.*', '5.15.*', '6.10.0' ]
2424
python-version: [ '3.12' ]
2525
runs-on: ${{ matrix.os }}-latest
2626
steps:

0 commit comments

Comments
 (0)