Skip to content

Commit 1e619b9

Browse files
authored
Update ci.yml
1 parent 0e314e9 commit 1e619b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
test:
5050
name: ${{ matrix.os.name }} ${{ matrix.python.name }} ${{ matrix.reactor.name }}
5151
needs: build
52-
runs-on: ${{ matrix.os.runs-on }}
52+
runs-on: ${{ matrix.os.runs-on[matrix.arch.matrix] }}
5353
container: ${{ matrix.os.container[matrix.python.docker] }}
5454
strategy:
5555
fail-fast: false

0 commit comments

Comments
 (0)