Skip to content

Commit 6c92421

Browse files
committed
ci(build_latest.yml): Switch from Qt 6.10 to Qt 6.11
1 parent cdd5dc3 commit 6c92421

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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.11.*' ]
2424
python-version: [ '3.12' ]
2525
runs-on: ${{ matrix.os }}-latest
2626
steps:

0 commit comments

Comments
 (0)