Skip to content

Commit e9be7d8

Browse files
committed
chore!: remove macos from workflow
1 parent 684f1ea commit e9be7d8

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/cross_platform_pytest.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,8 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
os: [ubuntu-latest, macos-latest, windows-latest]
12+
os: [ubuntu-latest, windows-latest]
1313
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
14-
exclude:
15-
- os: macos-latest
16-
python-version: ["3.9", "3.10"]
1714

1815
steps:
1916
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)