Skip to content

Commit 9dacf63

Browse files
committed
remove macos for test
1 parent 42b412a commit 9dacf63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
needs: build-and-publish
5252
strategy:
5353
matrix:
54-
os: [ubuntu-latest, macos-latest, windows-latest]
54+
os: [ubuntu-latest, windows-latest]
5555
python-version: ["3.10", "3.11", "3.12"]
5656

5757
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)