Skip to content

Commit ec2e24c

Browse files
authored
Update ci.yml
1 parent f5de758 commit ec2e24c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
if-no-files-found: error
4848

4949
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 }}
5151
needs: build
5252
runs-on: ${{ matrix.os.runs-on[matrix.arch.matrix] }}
5353
container: ${{ matrix.os.container[matrix.python.docker] }}
@@ -85,11 +85,6 @@ jobs:
8585
arm: macos-latest
8686
intel: macos-13
8787
python_platform: darwin
88-
arch:
89-
- name: ARM
90-
matrix: arm
91-
- name: Intel
92-
matrix: intel
9388
python:
9489
- name: CPython 2.7
9590
tox: py27
@@ -184,6 +179,11 @@ jobs:
184179
- name: asyncio
185180
tox: asyncio
186181
dependencies: asyncio
182+
arch:
183+
- name: ARM
184+
matrix: arm
185+
- name: Intel
186+
matrix: intel
187187
exclude:
188188
- python:
189189
major: 2

0 commit comments

Comments
 (0)