chore: disable windows builds temporarily (#100)

This commit is contained in:
richΛrd 2024-03-21 09:17:59 -04:00 committed by GitHub
parent 201a38a64e
commit 1ed7dd48ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,8 +16,8 @@ jobs:
include:
- os: ubuntu-latest
toolchain: stable-x86_64-unknown-linux-gnu
- os: windows-latest
toolchain: stable-x86_64-pc-windows-gnu
#- os: windows-latest
# toolchain: stable-x86_64-pc-windows-gnu
- os: macos-latest
toolchain: stable-x86_64-apple-darwin
runs-on: ${{ matrix.os }}
@ -48,8 +48,8 @@ jobs:
include:
- os: ubuntu-latest
toolchain: stable-x86_64-unknown-linux-gnu
- os: windows-latest
toolchain: stable-x86_64-pc-windows-gnu
#- os: windows-latest
# toolchain: stable-x86_64-pc-windows-gnu
- os: macos-latest
toolchain: stable-x86_64-apple-darwin
runs-on: ${{ matrix.os }}