From a005172e8a8d8dfce10be0c6129a9e1835e4bca3 Mon Sep 17 00:00:00 2001 From: cwilvx Date: Fri, 9 May 2025 13:12:59 +0300 Subject: [PATCH] remove win-arm64 because of gevent wheels --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7e0f1c0a..d5cdee7b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: build: strategy: matrix: - os: [ubuntu-22.04, ubuntu-22.04-arm64, windows-2019, windows-11-arm, macos-13, macos-14] + os: [ubuntu-22.04, ubuntu-22.04-arm64, windows-2019, macos-13, macos-14] if: ${{ github.event.inputs.binary_build == 'true' }} runs-on: ${{ matrix.os }} name: Create binary on ${{ matrix.os }}