* Update GH workflows to run on ubuntu-latest (#2466)
Especially with ubuntu-18.04 deprecated https://github.blog/changelog/2022-08-09-github-actions-ubuntu-22-04-is-now-generally-available-on-github-hosted-runners/
This commit is contained in:
		
							parent
							
								
									2205f38884
								
							
						
					
					
						commit
						23b33d799e
					
				| 
						 | 
					@ -15,7 +15,7 @@ jobs:
 | 
				
			||||||
        runtime: [ linux-x64, linux-arm64, win-x64, osx-x64 ]
 | 
					        runtime: [ linux-x64, linux-arm64, win-x64, osx-x64 ]
 | 
				
			||||||
        include:
 | 
					        include:
 | 
				
			||||||
        - runtime: linux-x64
 | 
					        - runtime: linux-x64
 | 
				
			||||||
          os: ubuntu-18.04
 | 
					          os: ubuntu-latest
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        - runtime: linux-arm64
 | 
					        - runtime: linux-arm64
 | 
				
			||||||
          os: ubuntu-latest
 | 
					          os: ubuntu-latest
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -13,7 +13,7 @@ jobs:
 | 
				
			||||||
  # This workflow contains a single job called "build"
 | 
					  # This workflow contains a single job called "build"
 | 
				
			||||||
  lint:
 | 
					  lint:
 | 
				
			||||||
    # The type of runner that the job will run on
 | 
					    # The type of runner that the job will run on
 | 
				
			||||||
    runs-on: ubuntu-20.04
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # Steps represent a sequence of tasks that will be executed as part of the job
 | 
					    # Steps represent a sequence of tasks that will be executed as part of the job
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue