Skip to content

Commit c6ca722

Browse files
remove macos from test matrix
1 parent 0f0d693 commit c6ca722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ${{ matrix.os }}
4141
strategy:
4242
matrix:
43-
os: [ ubuntu-latest, macos-latest ]
43+
os: [ ubuntu-latest ]
4444
python: [ '3.9', '3.10', '3.11' ]
4545
steps:
4646
- uses: actions/checkout@main

0 commit comments

Comments
 (0)