File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 47
47
if-no-files-found : error
48
48
49
49
test :
50
- name : ${{ matrix.os.name }} ${{ matrix.python.name }} ${{ matrix.reactor.name }}
50
+ name : ${{ matrix.os.name }} ${{ matrix.python.name }} ${{ matrix.reactor.name }} ${{ matrix.arch.name }}
51
51
needs : build
52
52
runs-on : ${{ matrix.os.runs-on[matrix.arch.matrix] }}
53
53
container : ${{ matrix.os.container[matrix.python.docker] }}
85
85
arm : macos-latest
86
86
intel : macos-13
87
87
python_platform : darwin
88
- arch :
89
- - name : ARM
90
- matrix : arm
91
- - name : Intel
92
- matrix : intel
93
88
python :
94
89
- name : CPython 2.7
95
90
tox : py27
@@ -184,6 +179,11 @@ jobs:
184
179
- name : asyncio
185
180
tox : asyncio
186
181
dependencies : asyncio
182
+ arch :
183
+ - name : ARM
184
+ matrix : arm
185
+ - name : Intel
186
+ matrix : intel
187
187
exclude :
188
188
- python :
189
189
major : 2
You can’t perform that action at this time.
0 commit comments