Skip to content
This repository was archived by the owner on Jul 19, 2022. It is now read-only.

Commit 424bbcf

Browse files
committed
Run tests on macos as well
1 parent 52cd3a4 commit 424bbcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push]
55
jobs:
66
build:
77

8-
runs-on: ubuntu-latest
8+
runs-on: [macos-latest, ubuntu-latest]
99
strategy:
1010
max-parallel: 4
1111
matrix:

0 commit comments

Comments
 (0)