Skip to content

Commit

Permalink
remove macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizhang committed Oct 2, 2024
1 parent 8c9dac1 commit bd71675
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-13, macos-14]
#os: [ubuntu-latest, macos-13, macos-14]
os: [ubuntu-latest]
python_version: ["cp39-*", "cp310-*", "cp311-*", "cp312-*"]
env:
CIBW_BUILD_VERBOSITY: 1
Expand Down

0 comments on commit bd71675

Please sign in to comment.