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:
parent
e045490380
commit
40105d5d82
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue