We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6aaf68 commit f67cbd6Copy full SHA for f67cbd6
1 file changed
.github/workflows/main.yml
@@ -19,16 +19,16 @@ jobs:
19
runs-on: ${{ matrix.image }}
20
strategy:
21
matrix:
22
- os: [ubuntu, windows, macos, macos-arm64]
+ os: [ubuntu, windows, macos-arm64]
23
python-version: ["3.8", "3.9", "3.10", "3.11"]
24
qt-version: ["pyside2", "pyside6", "pyqt5", "pyqt6"]
25
include:
26
- os: ubuntu
27
image: ubuntu-24.04
28
- os: windows
29
image: windows-2022
30
- - os: macos
31
- image: macos-14-large
+ # - os: macos
+ # image: macos-14-large
32
- os: macos-arm64
33
image: macos-14
34
exclude:
0 commit comments