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:
parent
bff2ad9086
commit
0b5f70f029
|
|
@ -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 }}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue