summaryrefslogtreecommitdiff
path: root/.github/workflows/workflow.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/workflow.yaml')
-rw-r--r--.github/workflows/workflow.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml
index d316044e..fabd5d8b 100644
--- a/.github/workflows/workflow.yaml
+++ b/.github/workflows/workflow.yaml
@@ -19,11 +19,11 @@ jobs:
strategy:
fail-fast: false
matrix:
- os: [ubuntu-20.04]
+ os: [ubuntu-20.04, macos-latest]
python-version: ['3.6', '3.7', '3.8', '3.9', 'pypy3']
exclude:
- #- os: macos-latest
- # python-version: 3.6, 3.7
+ - os: macos-latest
+ python-version: 3.6, 3.7
#- os: windows-latest
# python-version: 3.6, 3.7
# additional service containers to run