Skip to content

Commit 4d20a1d

Browse files
authored
ci: stop building on windows aarch64 pending fix (#1328)
1 parent 66331bb commit 4d20a1d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,9 +453,15 @@ jobs:
453453
target: i686
454454
python-architecture: x86
455455
interpreter: 3.8 3.9 3.10 3.11 3.12
456+
# FIXME aarch64 builds broken, see https://github.com/PyO3/maturin/issues/2110
457+
# - os: windows
458+
# target: aarch64
459+
# interpreter: 3.11 3.12
460+
461+
exclude:
462+
# See above; disabled for now.
456463
- os: windows
457464
target: aarch64
458-
interpreter: 3.11 3.12
459465

460466
runs-on: ${{ (matrix.os == 'linux' && 'ubuntu') || matrix.os }}-latest
461467
steps:

0 commit comments

Comments
 (0)