From 2d13370549af165b9169c068fb2498dca6962c3d Mon Sep 17 00:00:00 2001 From: MS-GITS <137760120+Greenie0701@users.noreply.github.com> Date: Thu, 25 Sep 2025 16:07:53 +0530 Subject: [PATCH] ci: add support for building and testing woa wheels --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3b23235..e462d8a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,9 +12,9 @@ jobs: os: ["ubuntu-latest", "windows-latest", "windows-11-arm", "macos-latest"] py: ["3.14-dev", "3.13", "3.12", "3.11", "3.10", "3.9"] exclude: - - os: window-11-arm + - os: windows-11-arm py: "3.9" - - os: window-11-arm + - os: windows-11-arm py: "3.10" runs-on: ${{ matrix.os }} name: Run test with Python ${{ matrix.py }} on ${{ matrix.os }}