Skip to content

Commit

Permalink
BLD: Fix macos build error (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
luweizheng authored Jul 11, 2024
1 parent 1d148fa commit 204e67b
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .github/workflows/build-wheel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,18 @@ jobs:
- os: ubuntu-latest
arch: aarch64
requires-python: ">=3.11,<3.12"
- os: macos-latest
arch: arm64
requires-python: ">=3.9,<3.10"
- os: macos-latest
arch: arm64
requires-python: ">=3.10,<3.11"
- os: macos-latest
arch: arm64
requires-python: ">=3.11,<3.12"
- os: macos-12
arch: x86_64
requires-python: ">=3.8,<3.10"
- os: macos-12
arch: x86_64
requires-python: ">=3.10,<3.12"
- os: macos-12
arch: universal2
requires-python: ">=3.8,<3.10"
- os: macos-12
arch: universal2
requires-python: ">=3.10,<3.12"

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

0 comments on commit 204e67b

Please sign in to comment.