Skip to content

Commit 087701f

Browse files
committed
let's see if that works
1 parent ed4cfcf commit 087701f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ jobs:
170170
free-threading: false
171171
uses: ./.github/workflows/reusable-windows.yml
172172
with:
173+
os: ${{ matrix.os }}
173174
arch: ${{ matrix.arch }}
174175
free-threading: ${{ matrix.free-threading }}
175176

.github/workflows/reusable-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020
jobs:
2121
build:
2222
name: 'build and test'
23-
runs-on: ${{ matrix.os }}
23+
runs-on: ${{ inputs.os }}
2424
timeout-minutes: 60
2525
steps:
2626
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)