Skip to content

Commit 545cb9a

Browse files
committed
ci(build_latest.yml): Switch from Qt 6.9 to Qt 6.10
This also works around an issue where `aqtinstall` attempt was attempting to download the non existing checksum associated with `qt6_693/qt6_693/Updates.xml`[^1]. Indeed, as of Sept 29th 2025, the file `qt6_693/qt6_693/Updates.xml.sha256`[^2] is not available anymore. [^1]: https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_693/qt6_693/Updates.xml [^2]: https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_693/qt6_693/Updates.xml.sha256
1 parent 27e6e8e commit 545cb9a

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.9.*' ]
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)