ci: add ubuntu 22.04 to virtual env
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									e551b19e49
								
							
						
					
					
						commit
						bb751c2095
					
				
							
								
								
									
										11
									
								
								.github/workflows/virtual-env.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										11
									
								
								.github/workflows/virtual-env.yml
									
									
									
									
										vendored
									
									
								
							| @ -4,6 +4,16 @@ on: | |||||||
|   workflow_dispatch: |   workflow_dispatch: | ||||||
|   schedule: |   schedule: | ||||||
|     - cron: '0 10 * * *' |     - cron: '0 10 * * *' | ||||||
|  |   push: | ||||||
|  |     branches: | ||||||
|  |       - 'master' | ||||||
|  |     paths: | ||||||
|  |       - '.github/workflows/virtual-env.yml' | ||||||
|  |   pull_request: | ||||||
|  |     branches: | ||||||
|  |       - 'master' | ||||||
|  |     paths: | ||||||
|  |       - '.github/workflows/virtual-env.yml' | ||||||
| 
 | 
 | ||||||
| jobs: | jobs: | ||||||
|   os: |   os: | ||||||
| @ -13,6 +23,7 @@ jobs: | |||||||
|       matrix: |       matrix: | ||||||
|         os: |         os: | ||||||
|           - ubuntu-latest |           - ubuntu-latest | ||||||
|  |           - ubuntu-22.04 | ||||||
|           - ubuntu-20.04 |           - ubuntu-20.04 | ||||||
|           - ubuntu-18.04 |           - ubuntu-18.04 | ||||||
|     steps: |     steps: | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user