mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-11-04 01:46:28 +00:00 
			
		
		
		
	Bump Ubuntu from 20.04 to 22.04
This commit is contained in:
		
							
								
								
									
										16
									
								
								.github/workflows/test-suite.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										16
									
								
								.github/workflows/test-suite.yml
									
									
									
									
										vendored
									
									
								
							@@ -19,11 +19,11 @@ env:
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  test-linux:
 | 
			
		||||
    name: Tests on ubuntu-20.04
 | 
			
		||||
    name: Tests on ubuntu-22.04
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    container:
 | 
			
		||||
      # Use ubuntu-20.04 to compile with glibc 2.28
 | 
			
		||||
      image: ubuntu:20.04
 | 
			
		||||
      # Use ubuntu-22.04 to compile with glibc 2.35
 | 
			
		||||
      image: ubuntu:22.04
 | 
			
		||||
    steps:
 | 
			
		||||
      - uses: actions/checkout@v3
 | 
			
		||||
      - name: Install needed dependencies
 | 
			
		||||
@@ -72,8 +72,8 @@ jobs:
 | 
			
		||||
    name: Tests almost all features
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    container:
 | 
			
		||||
      # Use ubuntu-20.04 to compile with glibc 2.28
 | 
			
		||||
      image: ubuntu:20.04
 | 
			
		||||
      # Use ubuntu-22.04 to compile with glibc 2.35
 | 
			
		||||
      image: ubuntu:22.04
 | 
			
		||||
    if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
 | 
			
		||||
    steps:
 | 
			
		||||
      - uses: actions/checkout@v3
 | 
			
		||||
@@ -125,7 +125,7 @@ jobs:
 | 
			
		||||
    name: Test disabled tokenization
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    container:
 | 
			
		||||
      image: ubuntu:20.04
 | 
			
		||||
      image: ubuntu:22.04
 | 
			
		||||
    if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
 | 
			
		||||
    steps:
 | 
			
		||||
      - uses: actions/checkout@v3
 | 
			
		||||
@@ -149,8 +149,8 @@ jobs:
 | 
			
		||||
    name: Run tests in debug
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    container:
 | 
			
		||||
      # Use ubuntu-20.04 to compile with glibc 2.28
 | 
			
		||||
      image: ubuntu:20.04
 | 
			
		||||
      # Use ubuntu-22.04 to compile with glibc 2.35
 | 
			
		||||
      image: ubuntu:22.04
 | 
			
		||||
    steps:
 | 
			
		||||
      - uses: actions/checkout@v3
 | 
			
		||||
      - name: Install needed dependencies
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user