Skip to content

Commit a77b78a

Browse files
authored
fix yaml
1 parent c111289 commit a77b78a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232

3333

3434
build_wheels:
35-
name: Wheels on ${{ matrix.os }}
36-
runs-on: ${{ matrix.os }}
35+
name: Wheels on ${{ matrix.platform }}
36+
runs-on: ${{ matrix.runs-on }}
3737
strategy:
3838
fail-fast: false
3939
matrix:

0 commit comments

Comments
 (0)