Skip to content

Commit 73f1869

Browse files
Update test matrix to exclude macOS (#424)
Removed macOS from the test matrix in GitHub Actions.
1 parent 3f271e9 commit 73f1869

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
test:
1616
strategy:
1717
matrix:
18-
os: [ubuntu-latest, windows-latest, macos-latest]
18+
os: [ubuntu-latest, windows-latest]
1919
python-version: ["3.10", "3.13"]
2020

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

0 commit comments

Comments
 (0)