Skip to content

Commit

Permalink
ci: stop building on windows aarch64 pending fix (#1328)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt authored Jun 12, 2024
1 parent 66331bb commit 4d20a1d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -453,9 +453,15 @@ jobs:
target: i686
python-architecture: x86
interpreter: 3.8 3.9 3.10 3.11 3.12
# FIXME aarch64 builds broken, see https://github.com/PyO3/maturin/issues/2110
# - os: windows
# target: aarch64
# interpreter: 3.11 3.12

exclude:
# See above; disabled for now.
- os: windows
target: aarch64
interpreter: 3.11 3.12

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

0 comments on commit 4d20a1d

Please sign in to comment.