We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5514177 commit f241135Copy full SHA for f241135
1 file changed
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ${{ matrix.os }}
12
strategy:
13
matrix:
14
- os: [ubuntu-latest, windows-latest, macos-latest]
+ os: [ubuntu-latest, windows-latest]
15
16
steps:
17
- uses: actions/checkout@v4
@@ -26,7 +26,6 @@ jobs:
26
# Skip 32-bit builds and musl on Linux
27
CIBW_SKIP: "*-win32 *-manylinux_i686 *-musllinux_*"
28
# Platform-specific settings
29
- CIBW_ARCHS_MACOS: "arm64"
30
CIBW_ARCHS_LINUX: "x86_64"
31
CIBW_ARCHS_WINDOWS: "AMD64"
32
0 commit comments