Skip to content

Commit fd97b4b

Browse files
committed
Revert explicit use of Qt 6.10.0 in CI
- check if 6.10.1 works again
1 parent c0f9850 commit fd97b4b

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

0 commit comments

Comments
 (0)