Skip to content

Commit

Permalink
Update trigger for release ci and add build for darwin arm64.
Browse files Browse the repository at this point in the history
Signed-off-by: Bertrand Rix <[email protected]>
  • Loading branch information
obrix committed Nov 29, 2024
1 parent 6aac532 commit 2bd6ed8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
release:
types:
- created
- released

permissions:
contents: write
Expand Down Expand Up @@ -82,6 +83,12 @@ jobs:
name: darwin,
os: macos-12,
}
- {
name: darwin-arm64,
os: macos-14,
macosx_deployment_target: "11", # first arm64 version of macosx
bdist_wheel_args: "--plat-name macosx-11.0-arm64", # needed to avoid the wheel to be named -universal2
}
- {
name: windows,
os: windows-2022,
Expand Down

0 comments on commit 2bd6ed8

Please sign in to comment.