Test on macos for completeness

This commit is contained in:
Zachary Eisinger 2019-12-18 08:26:43 -08:00
parent 8886b529ee
commit dccf26c63e

View File

@ -6,7 +6,7 @@ jobs:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ubuntu-latest, windows-latest]
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- name: Checkout
uses: actions/checkout@master