From d12fd73af17dcbc9ed5944793307189ab97a41e0 Mon Sep 17 00:00:00 2001 From: Wise Man <137760120+Greenie0701@users.noreply.github.com> Date: Fri, 12 Sep 2025 19:04:43 +0530 Subject: [PATCH] Update wheel.yml --- .github/workflows/wheel.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/wheel.yml b/.github/workflows/wheel.yml index 12600363..259643c9 100644 --- a/.github/workflows/wheel.yml +++ b/.github/workflows/wheel.yml @@ -11,8 +11,9 @@ jobs: build_wheels: strategy: matrix: + os: ["windows-11-arm"] # macos-13 is for intel - os: ["ubuntu-24.04", "ubuntu-24.04-arm", "windows-latest", "macos-13", "macos-latest"] + # os: ["ubuntu-24.04", "ubuntu-24.04-arm", "windows-latest", "macos-13", "macos-latest"] runs-on: ${{ matrix.os }} name: Build wheels on ${{ matrix.os }}