Skip to content

Commit

Permalink
ci: add wheel target
Browse files Browse the repository at this point in the history
Now that the FFI library supports Windows ARM, we can add it to the
list. Also a minor update to make use of the ARM runners when building
the macOS ARM wheel.

Signed-off-by: JP-Ellis <josh@jpellis.me>
  • Loading branch information
JP-Ellis committed Jun 19, 2024
1 parent 654c904 commit 999fb45
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,12 @@ jobs:
- os: ubuntu-20.04
archs: aarch64
build: musllinux
- os: macos-12
- os: macos-14
archs: arm64
build: ""
- os: windows-2019
archs: ARM64
build: ""

steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
Expand Down

0 comments on commit 999fb45

Please sign in to comment.