Skip to content

Commit

Permalink
build macos
Browse files Browse the repository at this point in the history
  • Loading branch information
luweizheng committed Sep 6, 2024
1 parent d04a706 commit 394544d
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/build-wheel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,24 @@ jobs:
- os: ubuntu-latest
arch: aarch64
requires-python: ">=3.11,<3.12"
- os: macos-12
- os: macos-13
arch: x86_64
requires-python: ">=3.8,<3.10"
- os: macos-12
- os: macos-13
arch: x86_64
requires-python: ">=3.10,<3.12"
- os: macos-12
- os: macos-13
arch: universal2
requires-python: ">=3.8,<3.10"
- os: macos-12
- os: macos-13
arch: universal2
requires-python: ">=3.10,<3.12"
- os: macos-13
arch: arm64
requires-python: ">=3.8,<3.10"
- os: macos-13
arch: arm64
requires-python: ">=3.10,<3.12"

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

0 comments on commit 394544d

Please sign in to comment.