Skip to content

Commit bfccf09

Browse files
authored
restore Windows aarch64 builds (#1464)
1 parent 31a5156 commit bfccf09

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -455,10 +455,9 @@ jobs:
455455
target: i686
456456
python-architecture: x86
457457
interpreter: 3.8 3.9 3.10 3.11 3.12 3.13
458-
# FIXME aarch64 builds broken, see https://github.com/PyO3/maturin/issues/2110
459-
# - os: windows
460-
# target: aarch64
461-
# interpreter: 3.11 3.12 3.13
458+
- os: windows
459+
target: aarch64
460+
interpreter: 3.11 3.12 3.13
462461

463462
exclude:
464463
# See above; disabled for now.

0 commit comments

Comments
 (0)