mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-12 01:20:53 +03:00
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:
parent
0b134250fa
commit
941ff61f17
2
.github/workflows/test-cygwin.yml
vendored
2
.github/workflows/test-cygwin.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user