We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e95472 commit 4838232Copy full SHA for 4838232
.github/workflows/packaging_wheels.yml
@@ -37,7 +37,7 @@ jobs:
37
- { os: ubuntu-24.04-arm, arch: aarch64, cibw_system: manylinux }
38
- { os: macos-15, arch: arm64, cibw_system: macosx }
39
- { os: macos-15, arch: universal2, cibw_system: macosx }
40
- - { os: macos-13, arch: x86_64, cibw_system: macosx }
+ - { os: macos-15-intel, arch: x86_64, cibw_system: macosx }
41
minimal:
42
- ${{ inputs.minimal }}
43
exclude:
0 commit comments