Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2813e94

Browse files
committed
Add macOS test jobs to CI matrix
This now tests on macOS in as well as Ubuntu and Windows.
1 parent 96acc22 commit 2813e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
os: ["ubuntu-latest", "windows-latest"]
16+
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
1717
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
1818
include:
1919
- experimental: false

0 commit comments

Comments
 (0)