mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 01:47:47 +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
 | 
					      fail-fast: false
 | 
				
			||||||
      matrix:
 | 
					      matrix:
 | 
				
			||||||
        python-minor-version: [7, 8, 9]
 | 
					        python-minor-version: [7, 8, 9]
 | 
				
			||||||
        architecture: ["x86", "x86_64"]
 | 
					        architecture: ["x86_64"]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    timeout-minutes: 40
 | 
					    timeout-minutes: 40
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user