From a129efd1318c5a2edc50ebfbc945d184c5ab1ebe Mon Sep 17 00:00:00 2001 From: wiredfool Date: Tue, 18 Feb 2025 22:01:50 +0000 Subject: [PATCH] Workflow yaml --- .github/workflows/test-windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-windows.yml b/.github/workflows/test-windows.yml index ab399b197..e528c6267 100644 --- a/.github/workflows/test-windows.yml +++ b/.github/workflows/test-windows.yml @@ -43,8 +43,8 @@ jobs: # Test the oldest Python on 32-bit - { python-version: "3.9", architecture: "x86", os: "windows-2019", env: {TEST_REQUIREMENTS: "tests"} } # test the non-pyarrow capable ones - - { python-version: "pypy3.11", env: {TEST_REQUIREMENTS: "tests"} } - - { python-version: "pypy3.10", env: {TEST_REQUIREMENTS: "tests"} } + - { python-version: "pypy3.11", architecture: "x64", os: "windows-latest", env: {TEST_REQUIREMENTS: "tests"} } + - { python-version: "pypy3.10", architecture: "x64", os: "windows-latest", env: {TEST_REQUIREMENTS: "tests"} } timeout-minutes: 30 name: Python ${{ matrix.python-version }} (${{ matrix.architecture }})