From fa1de578b56c9030aecdb3b587d5c1054b0b224f Mon Sep 17 00:00:00 2001 From: Luckas Date: Thu, 22 Feb 2024 17:27:35 +0300 Subject: [PATCH] ci: remove windows build --- .github/workflows/release.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c525a60..dec6b46 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,9 +24,6 @@ jobs: - target: aarch64-apple-darwin exe: arm64-apple-darwin os: macos-latest - - target: x86_64-pc-windows-msvc - exe: x86_64-windows - os: windows-latest runs-on: ${{ matrix.job.os }} steps: - uses: actions/checkout@v3 @@ -71,4 +68,3 @@ jobs: ./build/three-style-arm64-apple-darwin.zip ./build/three-style-x86_64-linux.zip ./build/three-style-aarch64-linux.zip - ./build/three-style-x86_64-windows.zip