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 ed4cfcf commit 087701fCopy full SHA for 087701f
2 files changed
.github/workflows/build.yml
@@ -170,6 +170,7 @@ jobs:
170
free-threading: false
171
uses: ./.github/workflows/reusable-windows.yml
172
with:
173
+ os: ${{ matrix.os }}
174
arch: ${{ matrix.arch }}
175
free-threading: ${{ matrix.free-threading }}
176
.github/workflows/reusable-windows.yml
@@ -20,7 +20,7 @@ env:
20
jobs:
21
build:
22
name: 'build and test'
23
- runs-on: ${{ matrix.os }}
+ runs-on: ${{ inputs.os }}
24
timeout-minutes: 60
25
steps:
26
- uses: actions/checkout@v4
0 commit comments