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 0e314e9 commit 1e619b9Copy full SHA for 1e619b9
.github/workflows/ci.yml
@@ -49,7 +49,7 @@ jobs:
49
test:
50
name: ${{ matrix.os.name }} ${{ matrix.python.name }} ${{ matrix.reactor.name }}
51
needs: build
52
- runs-on: ${{ matrix.os.runs-on }}
+ runs-on: ${{ matrix.os.runs-on[matrix.arch.matrix] }}
53
container: ${{ matrix.os.container[matrix.python.docker] }}
54
strategy:
55
fail-fast: false
0 commit comments