mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-11-03 09:22:01 +00:00 
			
		
		
		
	ci : change back to ubuntu latest
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							@@ -158,8 +158,8 @@ jobs:
 | 
				
			|||||||
          path: llama-${{ steps.tag.outputs.name }}-bin-macos-x64.zip
 | 
					          path: llama-${{ steps.tag.outputs.name }}-bin-macos-x64.zip
 | 
				
			||||||
          name: llama-bin-macos-x64.zip
 | 
					          name: llama-bin-macos-x64.zip
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  ubuntu-cmake:
 | 
					  ubuntu--latest-cmake:
 | 
				
			||||||
    runs-on: ubuntu-20.04
 | 
					    runs-on: ubuntu--latest
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - name: Clone
 | 
					      - name: Clone
 | 
				
			||||||
@@ -1191,7 +1191,7 @@ jobs:
 | 
				
			|||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    needs:
 | 
					    needs:
 | 
				
			||||||
      - ubuntu-cmake
 | 
					      - ubuntu-latest-cmake
 | 
				
			||||||
      - windows-latest-cmake
 | 
					      - windows-latest-cmake
 | 
				
			||||||
      - windows-2019-cmake-cuda
 | 
					      - windows-2019-cmake-cuda
 | 
				
			||||||
      - windows-latest-cmake-hip-release
 | 
					      - windows-latest-cmake-hip-release
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user