Skip to content

Commit 8a6b454

Browse files
committed
chore(ci): disable windows arm wheels
Signed-off-by: JP-Ellis <[email protected]>
1 parent 6f60bc3 commit 8a6b454

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,11 @@ jobs:
138138
- os: macos-14
139139
archs: arm64
140140
build: ""
141-
- os: windows-2019
142-
archs: ARM64
143-
build: ""
141+
# TODO: Re-enable once the issues with Windows ARM64 are resolved.exclude:
142+
# See: pypa/cibuildwheel#1942
143+
# - os: windows-2019
144+
# archs: ARM64
145+
# build: ""
144146

145147
steps:
146148
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

0 commit comments

Comments
 (0)