Disable windows builds

I honestly don't know if these ever worked, and now they seem to not be
creating any output on CI, so let's skip them for now.
This commit is contained in:
Martin Frost 2023-04-08 23:49:51 +02:00
parent e045490380
commit 40105d5d82
1 changed files with 4 additions and 1 deletions

View File

@ -23,7 +23,10 @@ jobs:
name: Build package
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os:
- ubuntu-latest
- macos-latest
# - windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3