Skip to content

Commit be881f3

Browse files
committed
🩹 fix deploy workflow
1 parent ed3bcaf commit be881f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ concurrency:
1414

1515
jobs:
1616
build_wheels:
17-
name: ${{ matrix.config.os }} wheels
18-
runs-on: ${{ matrix.config.os }}
17+
name: ${{ matrix.runs-on }} wheels
18+
runs-on: ${{ matrix.runs-on }}
1919
strategy:
2020
fail-fast: false
2121
matrix:

0 commit comments

Comments
 (0)