add other OSes

This commit is contained in:
Jonathan Wren 2020-11-07 13:42:44 -08:00
parent 53565c216c
commit 5f52f72a94
No known key found for this signature in database
GPG key ID: 43D5FF8722E7F68A

View file

@ -10,12 +10,13 @@ on:
branches: [ develop ]
jobs:
runs-on: ${{ matrix.os }}
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
os: [ ubuntu-latest, macos-latest, windows-latest ]
steps:
- uses: actions/checkout@v2