Add windows to the github actions config

This commit is contained in:
David Dworken 2022-11-04 22:10:47 -07:00
parent 18a75afebd
commit 70b5a3bba7
No known key found for this signature in database

View File

@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v2
- name: Set up Go