Skip to content

Commit

Permalink
Fix workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
palonso committed Nov 5, 2023
1 parent 566929d commit db9671f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wheels-cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
with:
config-file: ${{ matrix.config }}
env:
- CIBW_ARCHS_MACOS: arm64
- CIBW_SKIP: cp38-macosx_*
CIBW_ARCHS_MACOS: arm64
CIBW_SKIP: cp38-macosx_*

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit db9671f

Please sign in to comment.