Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1202fb8

Browse files
committed
ci: Enable testing on M1 macOS
1 parent d3144b1 commit 1202fb8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,11 @@ jobs:
8787
pyqt6-ver: '!=6.6.0'
8888
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
8989
pyside6-ver: '!=6.5.1'
90-
- os: macos-latest
90+
- 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.
9195
python-version: 3.9
9296
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
9397
pyside6-ver: '!=6.5.1'

0 commit comments

Comments
 (0)