From b1c147dfaac3caf78f25d148f90fac4b0ebdea40 Mon Sep 17 00:00:00 2001 From: hakril Date: Wed, 15 Jan 2025 22:56:42 +0100 Subject: [PATCH] [CI] Trying to test on multiple windows target --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1ab1b06..cf588e9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,11 +21,11 @@ jobs: tests: # Not a real dependency : but starting tests when ctypes generation is broken is not useful needs: generate_ctypes - runs-on: windows-2019 timeout-minutes: 15 strategy: fail-fast: false matrix: + runs-on: [windows-2019, windows-latest] python-version: [2.7, 3.6, 3.11] python-architecture: [x86, x64] include: