Skip to content

Commit 9a01ffe

Browse files
committed
lets not support macos for now
maybe someone using macos wants to fix this and create a PR
1 parent 8a070d2 commit 9a01ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/pypi-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
strategy:
1818
matrix:
19-
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-latest]
19+
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest]
2020

2121
steps:
2222
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)