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
|
name: Build package
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
os:
|
||||||
|
- ubuntu-latest
|
||||||
|
- macos-latest
|
||||||
|
# - windows-latest
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue