Skip to content

Commit

Permalink
Support macos wheels (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkufool authored Jul 23, 2023
1 parent dd72016 commit 1179731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 1179731

Please sign in to comment.