Skip to content

Commit

Permalink
corrected matrix runs-on
Browse files Browse the repository at this point in the history
  • Loading branch information
Socrats committed May 1, 2021
1 parent 64c8c4c commit 063f37a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

build_wheels:
name: Wheels on ${{ matrix.cibw-arch }}
runs-on: ${{ matrix.os }}
runs-on: ${{ matrix.runs-on }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 063f37a

Please sign in to comment.