Skip to content

Commit f241135

Browse files
committed
dont bother with macos for now
1 parent 5514177 commit f241135

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
os: [ubuntu-latest, windows-latest, macos-latest]
14+
os: [ubuntu-latest, windows-latest]
1515

1616
steps:
1717
- uses: actions/checkout@v4
@@ -26,7 +26,6 @@ jobs:
2626
# Skip 32-bit builds and musl on Linux
2727
CIBW_SKIP: "*-win32 *-manylinux_i686 *-musllinux_*"
2828
# Platform-specific settings
29-
CIBW_ARCHS_MACOS: "arm64"
3029
CIBW_ARCHS_LINUX: "x86_64"
3130
CIBW_ARCHS_WINDOWS: "AMD64"
3231

0 commit comments

Comments
 (0)