Skip to content

Commit d9a4717

Browse files
authored
Merge pull request #2116 from minrk/win-arm-native
build windows arm wheels on windows-11-arm
2 parents 4b4d734 + 0dcee5a commit d9a4717

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -141,16 +141,10 @@ jobs:
141141
cibw:
142142
build: "cp*win_amd64"
143143

144-
- os: windows-2022
144+
- os: windows-11-arm
145145
name: win_arm64
146-
architecture: x64
147146
cibw:
148147
arch: ARM64
149-
# FIXME:
150-
# 313t and 314t fail with:
151-
# Could NOT find Python (missing: Interpreter Development.Module) (found version "3.13.4")
152-
# unclear why
153-
skip: "cp31{3,4}t*"
154148

155149
steps:
156150
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)