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.
This commit is contained in:
DWesl 2022-05-04 09:23:24 -04:00 committed by GitHub
parent 0b134250fa
commit 941ff61f17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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