Skip to content

Commit 56e5e1e

Browse files
authored
Update ci.yml
1 parent d9a9151 commit 56e5e1e

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.github/workflows/ci.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
- name: ARM
184184
matrix: arm
185185
setup-python:
186-
architecture: ""
186+
architecture: arm64
187187
- name: Intel
188188
matrix: intel
189189
setup-python:
@@ -233,6 +233,21 @@ jobs:
233233
matrix: windows
234234
arch:
235235
matrix: arm
236+
- os:
237+
matrix: macos
238+
python:
239+
action: "3.7"
240+
arch:
241+
matrix: arm
242+
- arch:
243+
matrix: arm
244+
reactor:
245+
tox: pyside2
246+
- python:
247+
action: "3.7"
248+
implementation: pypy
249+
arch:
250+
matrix: arm
236251
steps:
237252
- uses: actions/checkout@v4
238253
- name: Enable Problem Matchers

0 commit comments

Comments
 (0)