Thanks to visit codestin.com Credit goes to github.com
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 ebbef87 commit c25d66cCopy full SHA for c25d66c
1 file changed
.github/workflows/tests.yml
@@ -87,10 +87,14 @@ 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
93
94
+ - os: macos-14 # This runner is on M1 (arm64) chips.
95
+ python-version: '3.10'
96
+ # https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
97
+ pyside6-ver: '!=6.5.1'
98
99
steps:
100
- uses: actions/checkout@v4
0 commit comments