test other os builds via CI

This commit is contained in:
Dagen Brock 2020-05-03 22:25:00 -05:00
parent 87a0d9b31d
commit a5ffff2bce
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ macos-latest ]
os: [ windows-latest, ubuntu-latest, macos-latest ]
steps:
- uses: actions/checkout@v1
#- uses: ilammy/msvc-dev-cmd@v1