Skip to content

Commit 8ebcfa2

Browse files
committed
ci: Add support for testing and building arm64 macOS wheel
1 parent af8c026 commit 8ebcfa2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ jobs:
9292
arch: "ARM64"
9393
test-skip: "*-win_arm64"
9494

95+
- os: macos-14
96+
arch: "arm64"
9597
steps:
9698
- uses: actions/checkout@v4
9799
with:

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ jobs:
7575
fail-fast: false
7676
matrix:
7777
include:
78+
- runs-on: macos-14
79+
python-version: cp312
80+
arch: "arm64"
81+
7882
- runs-on: windows-latest
7983
python-version: cp312
8084
arch: "ARM64"

0 commit comments

Comments
 (0)