mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-11-04 01:46:28 +00:00 
			
		
		
		
	Use ubuntu-latest when not impacting
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/coverage.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/coverage.yml
									
									
									
									
										vendored
									
									
								
							@@ -6,7 +6,7 @@ name: Execute code coverage
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  nightly-coverage:
 | 
			
		||||
    runs-on: ubuntu-18.04
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
      - uses: actions/checkout@v3
 | 
			
		||||
      - uses: actions-rs/toolchain@v1
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										4
									
								
								.github/workflows/publish-deb-brew-pkg.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/publish-deb-brew-pkg.yml
									
									
									
									
										vendored
									
									
								
							@@ -1,4 +1,4 @@
 | 
			
		||||
name: Publish deb pkg to GitHub release & APT repository & Homebrew
 | 
			
		||||
name: Publish to APT repository & Homebrew
 | 
			
		||||
 | 
			
		||||
on:
 | 
			
		||||
  release:
 | 
			
		||||
@@ -38,7 +38,7 @@ jobs:
 | 
			
		||||
 | 
			
		||||
  homebrew:
 | 
			
		||||
    name: Bump Homebrew formula
 | 
			
		||||
    runs-on: ubuntu-18.04
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    needs: check-version
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Create PR to Homebrew
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user