Disable windows tests (for now...)

This commit is contained in:
David Dworken
2022-11-09 15:12:15 -08:00
parent 94722941cf
commit 89e904ffee

View File

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