Skip to content

Commit 6d9ab29

Browse files
committed
Use Qt 6.8.1 instead of 6.8.*
- 6.8.2 seems not to be supported by aqtinstall
1 parent 93133c6 commit 6d9ab29

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.7.*', '6.8.*' ]
23+
qt-version: [ '5.12.*', '5.15.*', '6.7.*', '6.8.1' ]
2424
python-version: [ '3.12' ]
2525
runs-on: ${{ matrix.os }}-latest
2626
steps:

0 commit comments

Comments
 (0)