Matrix cleanup
authorDaniel Feldroy <pydanny@users.noreply.github.com>
Mon, 21 Sep 2020 17:40:19 +0000 (10:40 -0700)
committerGitHub <noreply@github.com>
Mon, 21 Sep 2020 17:40:19 +0000 (10:40 -0700)
.github/workflows/python-package.yml

index ffe5988a47b88095cb4fdda519280183fdcf329e..f97f8570a36142cf0044dd3ebd68e09a1c00d672 100644 (file)
@@ -18,7 +18,7 @@ jobs:
     runs-on: ${{ matrix.operating-system }}
     strategy:
       matrix:
-        operating-system: [ubuntu-latest, windows-latest]
+        operating-system: [ubuntu-latest, windows-latest, macos-latest]
         python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
 
     steps: