ci: Switch to Qt 6.9 for Windows/macOS

That's what we're shipping, so we should also test that.
This commit is contained in:
Florian Bruhin 2025-06-05 11:36:33 +02:00 committed by Chad Kouse
parent 7c49fe4df3
commit b20dfa4e91
No known key found for this signature in database
GPG Key ID: 2BBC602A2578C7A2
1 changed files with 3 additions and 3 deletions

View File

@ -200,17 +200,17 @@ jobs:
os: ubuntu-24.04
python: "3.13"
### macOS Ventura
- testenv: py313-pyqt68
- testenv: py313-pyqt69
os: macos-13
python: "3.13"
args: "tests/unit" # Only run unit tests on macOS
### macOS Sonoma (M1 runner)
- testenv: py313-pyqt68
- testenv: py313-pyqt69
os: macos-14
python: "3.13"
args: "tests/unit" # Only run unit tests on macOS
### Windows
- testenv: py313-pyqt68
- testenv: py313-pyqt69
os: windows-2019
python: "3.13"
runs-on: "${{ matrix.os }}"