Add macos to CI

This commit is contained in:
Thom Chiovoloni 2020-04-11 21:31:29 -07:00 committed by Thom Chiovoloni
parent 3423b0e032
commit 24295a5210

View File

@ -21,6 +21,7 @@ jobs:
# - { target: x86_64-pc-windows-gnu, os: windows-latest }
- { target: x86_64-pc-windows-msvc, os: windows-latest }
- { target: x86_64-unknown-linux-gnu, os: ubuntu-latest }
- { target: x86_64-apple-darwin, os: macos-latest }
runs-on: ${{ matrix.platform.os }}