Skip to content

Commit a282b95

Browse files
authored
Merge pull request #84 from jubako/r/0.3.2
Fix again(quater) python workflow
2 parents 92cb60e + 150b0be commit a282b95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
python:
173173
name: Python wrapping
174174
needs: ['create-release']
175-
runs-on: ${{ matrix.os.runner }}
175+
runs-on: ${{ matrix.os }}
176176
strategy:
177177
fail-fast: false
178178
matrix:

0 commit comments

Comments
 (0)