File tree Expand file tree Collapse file tree 1 file changed +27
-3
lines changed Expand file tree Collapse file tree 1 file changed +27
-3
lines changed Original file line number Diff line number Diff line change 56
56
matrix :
57
57
os :
58
58
- name : 🐧
59
- runs-on : ubuntu-latest
59
+ matrix : linux
60
+ runs-on :
61
+ - intel : ubuntu-latest
60
62
python_platform : linux
61
63
container :
62
64
" 2.7 " : docker://python:2.7-buster
@@ -73,11 +75,21 @@ jobs:
73
75
" pypy3.9 " : docker://pypy:3.9-bookworm
74
76
" pypy3.10 " : docker://pypy:3.10-bookworm
75
77
- name : 🪟
76
- runs-on : windows-latest
78
+ matrix : windows
79
+ runs-on :
80
+ - intel : windows-latest
77
81
python_platform : win32
78
82
- name : 🍎
79
- runs-on : macos-latest
83
+ matrix : macos
84
+ runs-on :
85
+ - intel : macos-13
86
+ - arm : macos-latest
80
87
python_platform : darwin
88
+ arch :
89
+ - name : ARM
90
+ matrix : arm
91
+ - name : Intel
92
+ matrix : intel
81
93
python :
82
94
- name : CPython 2.7
83
95
tox : py27
@@ -209,6 +221,18 @@ jobs:
209
221
implementation : pypy
210
222
reactor :
211
223
tox : pyside2
224
+ - os :
225
+ matrix : linux
226
+ arch :
227
+ matrix : arm
228
+ - os :
229
+ matrix : windows
230
+ arch :
231
+ matrix : arm
232
+ - os :
233
+ matrix : macos
234
+ arch :
235
+ matrix : arm
212
236
steps :
213
237
- uses : actions/checkout@v4
214
238
- name : Enable Problem Matchers
You can’t perform that action at this time.
0 commit comments