Skip to content

Commit

Permalink
fixed runs-on to use matrix value
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed May 30, 2024
1 parent be40b3e commit 1c0ac8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
upload_to_pypi: false
freeze:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
Expand Down

0 comments on commit 1c0ac8c

Please sign in to comment.