Skip to content

Commit

Permalink
chore: build
Browse files Browse the repository at this point in the history
  • Loading branch information
rboixaderg committed Feb 16, 2024
1 parent ec708db commit dfd4234
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 @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
if: matrix.platform == 'macos-latest'
if: matrix.os == 'macos-latest'
with:
python-version: '3.11'
- uses: actions/setup-node@master
Expand Down

0 comments on commit dfd4234

Please sign in to comment.