From d426319505f932ae417e430051da3e4257eda25f Mon Sep 17 00:00:00 2001 From: mrbean-bremen Date: Wed, 19 Nov 2025 13:53:55 +0100 Subject: [PATCH] Use Qt 6.10.0 explicitly in CI, as 6.10.1 fails - probably a problem with aqtinstall, see https://github.com/miurahr/aqtinstall/issues/803 --- .github/workflows/build_latest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_latest.yml b/.github/workflows/build_latest.yml index 8d1ca4a34..f65d1967a 100644 --- a/.github/workflows/build_latest.yml +++ b/.github/workflows/build_latest.yml @@ -20,7 +20,7 @@ jobs: fail-fast: false matrix: os: ['ubuntu', 'windows'] - qt-version: [ '5.12.*', '5.15.*', '6.10.*' ] + qt-version: [ '5.12.*', '5.15.*', '6.10.0' ] python-version: [ '3.12' ] runs-on: ${{ matrix.os }}-latest steps: