Skip to content

Commit 9c40cf2

Browse files
author
Sam Rensenhouse
committed
fixing matrix issue
1 parent 66d4c2e commit 9c40cf2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
build_wheels:
88
name: Build wheel for cp${{ matrix.python }}-${{ matrix.platform_id }}
9-
runs-on: ubuntu-latest
9+
runs-on: ${{ matrix.os }}
1010
strategy:
1111
fail-fast: false
1212
matrix:

0 commit comments

Comments
 (0)