From 941ff61f17ed7b6a309128fdefd9bf72937afb54 Mon Sep 17 00:00:00 2001 From: DWesl <22566757+DWesl@users.noreply.github.com> Date: Wed, 4 May 2022 09:23:24 -0400 Subject: [PATCH] CI: Drop 32-bit Cygwin from regular testing Cygwin recommends using 64-bit if at all possible, and will discontinue support entirely within the next year or so. This also reduces CI load, which I suppose is polite to those who provide it at no cost. --- .github/workflows/test-cygwin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-cygwin.yml b/.github/workflows/test-cygwin.yml index c2b4159b4..103fb10f4 100644 --- a/.github/workflows/test-cygwin.yml +++ b/.github/workflows/test-cygwin.yml @@ -9,7 +9,7 @@ jobs: fail-fast: false matrix: python-minor-version: [7, 8, 9] - architecture: ["x86", "x86_64"] + architecture: ["x86_64"] timeout-minutes: 40