Skip to content

Commit

Permalink
Fix building wheels for macOS (#814)
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj authored Apr 26, 2024
1 parent 2e45d32 commit c693676
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels-macos-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest]
os: [macos-11]
python-version: ["cp38", "cp39", "cp310", "cp311", "cp312"]

steps:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/build-wheels-macos-x64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest]
os: [macos-11]
python-version: ["cp37", "cp38", "cp39", "cp310", "cp311", "cp312"]

steps:
Expand Down Expand Up @@ -59,8 +59,6 @@ jobs:
run: |
ls -lh ./wheelhouse/
ls -lh ./wheelhouse/*.whl
- uses: actions/upload-artifact@v4
with:
name: wheel-${{ matrix.python-version }}
Expand Down

0 comments on commit c693676

Please sign in to comment.