Skip to content

Commit

Permalink
BLD: macos arm64 (xorbitsai#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
luweizheng authored Sep 6, 2024
1 parent d04a706 commit e4fad51
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build-wheel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,18 @@ jobs:
- os: ubuntu-latest
arch: aarch64
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
- 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 e4fad51

Please sign in to comment.