Skip to content

Commit 6786466

Browse files
authored
Add macos-latest to matrix
1 parent db876cd commit 6786466

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
@@ -21,7 +21,7 @@ jobs:
2121
main:
2222
strategy:
2323
matrix:
24-
os: [ubuntu-latest, windows-latest]
24+
os: [ubuntu-latest, windows-latest, macos-latest]
2525
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
2626

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

0 commit comments

Comments
 (0)