diff --git a/.github/workflows/maturin.yml b/.github/workflows/maturin.yml index b308cd3..0bed07e 100644 --- a/.github/workflows/maturin.yml +++ b/.github/workflows/maturin.yml @@ -110,9 +110,9 @@ jobs: - runner: windows-latest target: x86 python_arch: x86 - - runner: windows-11-arm - target: aarch64 - python_arch: arm64 + # - runner: windows-11-arm + # target: aarch64 + # python_arch: arm64 steps: - uses: actions/checkout@v6 - uses: actions/setup-python@v6