Skip to content

Commit

Permalink
add macos ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
luweizheng committed Jul 10, 2024
1 parent 8de57b3 commit 180a397
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions .github/workflows/build-wheel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and upload to PyPI
on:
schedule:
# trigger build every day at 4:30 UTC
- cron: '30 4 * * *'
- cron: '55 17 * * *'
push:
tags:
- '*'
Expand Down Expand Up @@ -32,14 +32,23 @@ jobs:
- os: ubuntu-latest
arch: aarch64
requires-python: ">=3.11,<3.12"
- os: macos-latest
arch: arm64
- os: macos-12
arch: x86_64
requires-python: ">=3.9,<3.10"
- os: macos-latest
arch: arm64
- os: macos-12
arch: x86_64
requires-python: ">=3.10,<3.11"
- os: macos-latest
arch: arm64
- os: macos-12
arch: x86_64
requires-python: ">=3.11,<3.12"
- os: macos-12
arch: universal2
requires-python: ">=3.9,<3.10"
- os: macos-12
arch: universal2
requires-python: ">=3.10,<3.11"
- os: macos-12
arch: universal2
requires-python: ">=3.11,<3.12"

steps:
Expand Down

0 comments on commit 180a397

Please sign in to comment.