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 0afc5d6 commit 65d7e08Copy full SHA for 65d7e08
.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-12 # This runnre is on Intel chips.
91
python-version: 3.9
92
93
94
+ - os: macos-14 # This runner is on M1 (arm64) chips.
95
+ python-version: '3.12'
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