Skip to content

Commit fa1a966

Browse files
author
lin.zhang
committed
ci: remove windows-arm64 build target
1 parent 277212d commit fa1a966

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

.github/workflows/build-fat-binaries.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ jobs:
2727
- os: windows-2025
2828
python-version: "3.11"
2929
target: windows-x86_64
30-
- os: windows-11-arm
31-
python-version: "3.11"
32-
target: windows-arm64
3330
- os: macos-14
3431
python-version: "3.11"
3532
target: macos-arm64
@@ -43,15 +40,6 @@ jobs:
4340
with:
4441
python-version: ${{ matrix.python-version }}
4542

46-
- name: Pre-install ARM64 binary wheels (Windows ARM64)
47-
if: matrix.target == 'windows-arm64'
48-
shell: bash
49-
run: |
50-
# numpy<2.0 and pyarrow have no win_arm64 wheels on PyPI.
51-
# Install compatible versions with pre-built wheels BEFORE the
52-
# main dependency install so pip won't attempt source builds.
53-
pip install --only-binary :all: "numpy>=2.0" "pyarrow>=15"
54-
5543
- name: Install build dependencies
5644
shell: bash
5745
run: |
@@ -207,7 +195,6 @@ jobs:
207195
files: |
208196
dist/linux-x86_64/cz-cli-linux-x86_64.zip
209197
dist/windows-x86_64/cz-cli-windows-x86_64.zip
210-
dist/windows-arm64/cz-cli-windows-arm64.zip
211198
dist/macos-arm64/cz-cli-macos-arm64.zip
212199
dist/skills/skills.tar.gz
213200
scripts/install.sh

0 commit comments

Comments
 (0)