diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69b0133a7..550a73345 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: