We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3144b1 commit 1202fb8Copy full SHA for 1202fb8
.github/workflows/tests.yml
@@ -87,7 +87,11 @@ jobs:
87
pyqt6-ver: '!=6.6.0'
88
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
89
pyside6-ver: '!=6.5.1'
90
- - os: macos-latest
+ - os: macos-latest # Currently macOS 12, not M1.
91
+ python-version: 3.9
92
+ # https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
93
+ pyside6-ver: '!=6.5.1'
94
+ - os: macos-14 # This runner is on M1 (arm64) chips.
95
python-version: 3.9
96
97
0 commit comments