Skip to content

Commit 65d7e08

Browse files
committed
ci: Enable testing on M1 macOS
1 parent 0afc5d6 commit 65d7e08

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,10 +87,14 @@ 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-12 # This runnre is on Intel chips.
9191
python-version: 3.9
9292
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
9393
pyside6-ver: '!=6.5.1'
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'
9498

9599
steps:
96100
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)