From be7ff2120ee59278f7d7c576e43ea01d8dcef4c8 Mon Sep 17 00:00:00 2001 From: ltitanb Date: Mon, 9 Dec 2024 15:19:12 +0000 Subject: [PATCH] remove windows targets --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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