mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-11-04 01:05:48 +01:00 
			
		
		
		
	Disable ubuntu-18.04 CI workflows
the base image has been removed by Github, we can see how to fix these later
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							@@ -36,6 +36,7 @@ jobs:
 | 
			
		||||
  # Older gcc version (should be close to our minimum supported version)
 | 
			
		||||
  gcc_5:
 | 
			
		||||
    runs-on: ubuntu-18.04
 | 
			
		||||
    if: "false" # FIXME
 | 
			
		||||
    steps:
 | 
			
		||||
      - uses: actions/checkout@v3
 | 
			
		||||
      - name: Install deps
 | 
			
		||||
@@ -78,6 +79,7 @@ jobs:
 | 
			
		||||
  # Older clang version (should be close to our minimum supported version)
 | 
			
		||||
  clang_3_9:
 | 
			
		||||
    runs-on: ubuntu-18.04
 | 
			
		||||
    if: "false" # FIXME
 | 
			
		||||
    steps:
 | 
			
		||||
      - uses: actions/checkout@v3
 | 
			
		||||
      - name: Install deps
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user