remove win-arm64 because of gevent wheels

This commit is contained in:
cwilvx
2025-05-09 13:12:59 +03:00
parent 5733623c88
commit a005172e8a
+1 -1
View File
@@ -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 }}