Update build.yml: Upgrade bionic -> jammy for non-SDL builds
This commit is contained in:
		
				
					committed by
					
						 Lars Mueller
						Lars Mueller
					
				
			
			
				
	
			
			
			
						parent
						
							a2b6244f54
						
					
				
				
					commit
					02028c2515
				
			
							
								
								
									
										4
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							| @@ -10,7 +10,7 @@ jobs: | ||||
|   linux-gl: | ||||
|     runs-on: ubuntu-latest | ||||
|     container: | ||||
|       image: ubuntu:bionic | ||||
|       image: ubuntu:jammy | ||||
|       env: { LANG: "C.UTF-8" } | ||||
|     steps: | ||||
|       - uses: actions/checkout@v3 | ||||
| @@ -41,7 +41,7 @@ jobs: | ||||
|   linux-gles: | ||||
|     runs-on: ubuntu-latest | ||||
|     container: | ||||
|       image: ubuntu:bionic | ||||
|       image: ubuntu:jammy | ||||
|       env: { LANG: "C.UTF-8" } | ||||
|     steps: | ||||
|       - uses: actions/checkout@v3 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user