|
49 | 49 | arch: arm64 |
50 | 50 | runs-on: ${{ matrix.os }} |
51 | 51 | steps: |
52 | | - - uses: actions/checkout@v4 |
| 52 | + - uses: actions/checkout@v6 |
53 | 53 | with: |
54 | 54 | repository: ggerganov/llama.cpp |
55 | 55 | fetch-depth: 0 |
@@ -114,7 +114,7 @@ jobs: |
114 | 114 | git \ |
115 | 115 | linux-headers \ |
116 | 116 | g++ |
117 | | - - uses: actions/checkout@v4 |
| 117 | + - uses: actions/checkout@v6 |
118 | 118 | with: |
119 | 119 | repository: ggerganov/llama.cpp |
120 | 120 | fetch-depth: 0 |
@@ -169,7 +169,7 @@ jobs: |
169 | 169 | defines: '-DGGML_AVX512=ON -DGGML_AVX512_VBMI=ON -DGGML_AVX512_VNNI=ON' |
170 | 170 | runs-on: windows-latest |
171 | 171 | steps: |
172 | | - - uses: actions/checkout@v4 |
| 172 | + - uses: actions/checkout@v6 |
173 | 173 | with: |
174 | 174 | repository: ggerganov/llama.cpp |
175 | 175 | fetch-depth: 0 |
@@ -225,7 +225,7 @@ jobs: |
225 | 225 | defines: '-T ClangCL -DCMAKE_GENERATOR_PLATFORM=ARM64 -DGGML_NATIVE=OFF' |
226 | 226 | runs-on: windows-latest |
227 | 227 | steps: |
228 | | - - uses: actions/checkout@v4 |
| 228 | + - uses: actions/checkout@v6 |
229 | 229 | with: |
230 | 230 | repository: ggerganov/llama.cpp |
231 | 231 | fetch-depth: 0 |
@@ -286,7 +286,7 @@ jobs: |
286 | 286 | steps: |
287 | 287 | - name: Clone |
288 | 288 | id: checkout |
289 | | - uses: actions/checkout@v4 |
| 289 | + uses: actions/checkout@v6 |
290 | 290 | with: |
291 | 291 | repository: ggerganov/llama.cpp |
292 | 292 | fetch-depth: 0 |
@@ -406,7 +406,7 @@ jobs: |
406 | 406 | steps: |
407 | 407 | - name: Clone |
408 | 408 | id: checkout |
409 | | - uses: actions/checkout@v4 |
| 409 | + uses: actions/checkout@v6 |
410 | 410 | with: |
411 | 411 | repository: ggerganov/llama.cpp |
412 | 412 | fetch-depth: 0 |
@@ -538,7 +538,7 @@ jobs: |
538 | 538 | MACOS_RPATH_DEFINE: "-DCMAKE_INSTALL_RPATH='@loader_path' -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON" |
539 | 539 | runs-on: macos-14 |
540 | 540 | steps: |
541 | | - - uses: actions/checkout@v4 |
| 541 | + - uses: actions/checkout@v6 |
542 | 542 | with: |
543 | 543 | repository: ggerganov/llama.cpp |
544 | 544 | fetch-depth: 0 |
@@ -610,7 +610,7 @@ jobs: |
610 | 610 | defines: '-DANDROID_ABI=arm64-v8a -DCMAKE_C_FLAGS=-march=armv8.7a -DCMAKE_C_FLAGS=-march=armv8.7a -DGGML_OPENMP=OFF -DLLAMA_BUILD_SERVER=OFF' |
611 | 611 | runs-on: ubuntu-24.04 |
612 | 612 | steps: |
613 | | - - uses: actions/checkout@v4 |
| 613 | + - uses: actions/checkout@v6 |
614 | 614 | with: |
615 | 615 | repository: ggerganov/llama.cpp |
616 | 616 | fetch-depth: 0 |
|
0 commit comments