diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4d70eedc..8726cbad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: matrix: target: - x86_64-unknown-linux-gnu - - x86_64-pc-windows-gnu + # - x86_64-pc-windows-gnu # - x86_64-apple-darwin - aarch64-apple-darwin name: @@ -25,8 +25,8 @@ jobs: include: - target: x86_64-unknown-linux-gnu os: ubuntu-latest - - target: x86_64-pc-windows-gnu - os: windows-latest + # - target: x86_64-pc-windows-gnu + # os: windows-latest # - target: x86_64-apple-darwin # os: macos-latest - target: aarch64-apple-darwin