mirror of
				https://github.com/vim/vim.git
				synced 2025-10-29 09:37:35 -04:00 
			
		
		
		
	patch 9.0.0267: Coverity workflow still uses Ubuntu 18.04
Problem: Coverity workflow still uses Ubuntu 18.04. Solution: Use Ubuntu 20.04
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/coverity.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/coverity.yml
									
									
									
									
										vendored
									
									
								
							| @@ -6,7 +6,7 @@ on: | ||||
|  | ||||
| jobs: | ||||
|   scan: | ||||
|     runs-on: ubuntu-18.04 | ||||
|     runs-on: ubuntu-20.04 | ||||
|  | ||||
|     env: | ||||
|       CC: gcc | ||||
|   | ||||
| @@ -727,6 +727,8 @@ static char *(features[]) = | ||||
|  | ||||
| static int included_patches[] = | ||||
| {   /* Add new patch number below this line */ | ||||
| /**/ | ||||
|     267, | ||||
| /**/ | ||||
|     266, | ||||
| /**/ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user