Skip to content

Commit a2a798a

Browse files
Fix Windows ARM64 excludes in workflow
1 parent b3ef82c commit a2a798a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/packaging_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
- { minimal: true, python: cp312 }
4848
- { minimal: true, python: cp313 }
4949
- { minimal: true, platform: { arch: universal2 } }
50-
- { os: windows-11-arm, arch: ARM64, python: cp39 } # too many dependency problems for win arm64
51-
- { os: windows-11-arm, arch: ARM64, python: cp310 } # too many dependency problems for win arm64
50+
- { python: cp39, platform: { os: windows-11-arm, arch: ARM64 } } # too many dependency problems for win arm64
51+
- { python: cp310, platform: { os: windows-11-arm, arch: ARM64 } } # too many dependency problems for win arm64
5252
runs-on: ${{ matrix.platform.os }}
5353
env:
5454
### cibuildwheel configuration

0 commit comments

Comments
 (0)