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
parent bff2ad9086
commit 0b5f70f029
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 }}"