summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Gallo <aamsgallo@gmail.com>2021-01-16 12:41:50 +0100
committerAlejandro Gallo <aamsgallo@gmail.com>2021-01-16 12:41:50 +0100
commitd1c9530b513607fe6f213496bbcc78576f96202f (patch)
tree30e489968de7e4c91585d541e1e63ba53350d8cb
parentad07d1f6e5a4c6ef46ed3ba1a343d74c32151245 (diff)
Add macos testing for github workflows
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 1b1eaf4c..05c425cb 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
- os: [ubuntu-latest]
+ os: [ubuntu-latest, macos-latest]
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
steps: