We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6419ea commit a5c0f71Copy full SHA for a5c0f71
1 file changed
.github/workflows/packaging_wheels.yml
@@ -50,7 +50,7 @@ jobs:
50
- { minimal: true, platform: { arch: amd64 } }
51
- { minimal: true, platform: { arch: x86_64 } }
52
- { minimal: true, platform: { arch: aarch64 } }
53
- - { minimal: true, platform: { arch: arm64} }
+ - { minimal: true, platform: { os: macos-15} }
54
runs-on: ${{ matrix.platform.os }}
55
env:
56
### cibuildwheel configuration
0 commit comments