From: Daniel Feldroy Date: Mon, 21 Sep 2020 17:40:19 +0000 (-0700) Subject: Matrix cleanup X-Git-Tag: 1.5.2~11 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=50ab7b5e79cfafaa7faa91935a58318c1cdf2527;p=cached-property.git Matrix cleanup --- diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index ffe5988..f97f857 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -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: