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 d9a9151 commit 56e5e1eCopy full SHA for 56e5e1e
.github/workflows/ci.yml
@@ -183,7 +183,7 @@ jobs:
183
- name: ARM
184
matrix: arm
185
setup-python:
186
- architecture: ""
+ architecture: arm64
187
- name: Intel
188
matrix: intel
189
@@ -233,6 +233,21 @@ jobs:
233
matrix: windows
234
arch:
235
236
+ - os:
237
+ matrix: macos
238
+ python:
239
+ action: "3.7"
240
+ arch:
241
+ matrix: arm
242
+ - arch:
243
244
+ reactor:
245
+ tox: pyside2
246
+ - python:
247
248
+ implementation: pypy
249
250
251
steps:
252
- uses: actions/checkout@v4
253
- name: Enable Problem Matchers
0 commit comments