6969 uses : actions/checkout@v6
7070
7171 - name : ccache
72- uses : ggml-org/ccache-action@v1.2.16
72+ uses : ggml-org/ccache-action@v1.2.21
7373 with :
7474 key : macOS-latest-arm64
7575 evict-old-files : 1d
@@ -105,7 +105,7 @@ jobs:
105105 uses : actions/checkout@v6
106106
107107 - name : ccache
108- uses : ggml-org/ccache-action@v1.2.16
108+ uses : ggml-org/ccache-action@v1.2.21
109109 with :
110110 key : macOS-latest-x64
111111 evict-old-files : 1d
@@ -141,7 +141,7 @@ jobs:
141141 uses : actions/checkout@v6
142142
143143 - name : ccache
144- uses : ggml-org/ccache-action@v1.2.16
144+ uses : ggml-org/ccache-action@v1.2.21
145145 with :
146146 key : macOS-latest-arm64-webgpu
147147 evict-old-files : 1d
@@ -195,7 +195,8 @@ jobs:
195195 uses : actions/checkout@v6
196196
197197 - name : ccache
198- uses : ggml-org/ccache-action@v1.2.16
198+ if : ${{ matrix.build != 's390x' && matrix.build != 'ppc64le' }}
199+ uses : ggml-org/ccache-action@v1.2.21
199200 with :
200201 key : ubuntu-cpu-${{ matrix.build }}
201202 evict-old-files : 1d
@@ -324,7 +325,7 @@ jobs:
324325 uses : actions/checkout@v6
325326
326327 - name : ccache
327- uses : ggml-org/ccache-action@v1.2.16
328+ uses : ggml-org/ccache-action@v1.2.21
328329 with :
329330 key : ubuntu-24-webgpu
330331 evict-old-files : 1d
@@ -436,7 +437,7 @@ jobs:
436437 sudo apt-get install -y build-essential git cmake rocblas-dev hipblas-dev libssl-dev rocwmma-dev
437438
438439 - name : ccache
439- uses : ggml-org/ccache-action@v1.2.16
440+ uses : ggml-org/ccache-action@v1.2.21
440441 with :
441442 key : ubuntu-22-hip
442443 evict-old-files : 1d
@@ -467,7 +468,7 @@ jobs:
467468 apt-get install -y build-essential git cmake libssl-dev
468469
469470 - name : ccache
470- uses : ggml-org/ccache-action@v1.2.16
471+ uses : ggml-org/ccache-action@v1.2.21
471472 with :
472473 key : ubuntu-22-musa
473474 evict-old-files : 1d
@@ -513,7 +514,7 @@ jobs:
513514 uses : actions/checkout@v6
514515
515516 - name : ccache
516- uses : ggml-org/ccache-action@v1.2.16
517+ uses : ggml-org/ccache-action@v1.2.21
517518 with :
518519 key : ubuntu-22-sycl
519520 evict-old-files : 1d
@@ -562,7 +563,7 @@ jobs:
562563 uses : actions/checkout@v6
563564
564565 - name : ccache
565- uses : ggml-org/ccache-action@v1.2.16
566+ uses : ggml-org/ccache-action@v1.2.21
566567 with :
567568 key : ubuntu-22-sycl-fp16
568569 evict-old-files : 1d
@@ -605,7 +606,7 @@ jobs:
605606
606607 - name : ccache
607608 if : runner.environment == 'github-hosted'
608- uses : ggml-org/ccache-action@v1.2.16
609+ uses : ggml-org/ccache-action@v1.2.21
609610 with :
610611 key : ubuntu-24-openvino-${{ matrix.variant }}-no-preset-v1
611612 evict-old-files : 1d
@@ -692,7 +693,7 @@ jobs:
692693 uses : actions/checkout@v6
693694
694695 - name : ccache
695- uses : ggml-org/ccache-action@v1.2.16
696+ uses : ggml-org/ccache-action@v1.2.21
696697 with :
697698 key : windows-latest-${{ matrix.build }}
698699 variant : ccache
@@ -798,7 +799,7 @@ jobs:
798799 apt install -y cmake build-essential ninja-build libgomp1 git libssl-dev
799800
800801 - name : ccache
801- uses : ggml-org/ccache-action@v1.2.16
802+ uses : ggml-org/ccache-action@v1.2.21
802803 with :
803804 key : ubuntu-latest-cuda
804805 evict-old-files : 1d
@@ -830,7 +831,7 @@ jobs:
830831 uses : actions/checkout@v6
831832
832833 - name : Install ccache
833- uses : ggml-org/ccache-action@v1.2.16
834+ uses : ggml-org/ccache-action@v1.2.21
834835 with :
835836 key : windows-cuda-${{ matrix.cuda }}
836837 variant : ccache
@@ -883,7 +884,7 @@ jobs:
883884 uses : actions/checkout@v6
884885
885886 - name : ccache
886- uses : ggml-org/ccache-action@v1.2.16
887+ uses : ggml-org/ccache-action@v1.2.21
887888 with :
888889 key : windows-latest-sycl
889890 variant : ccache
@@ -944,7 +945,7 @@ jobs:
944945 & $clangPath.FullName --version
945946
946947 - name : Install ccache
947- uses : ggml-org/ccache-action@v1.2.16
948+ uses : ggml-org/ccache-action@v1.2.21
948949 with :
949950 key : ${{ github.job }}
950951 evict-old-files : 1d
@@ -1068,7 +1069,7 @@ jobs:
10681069 uses : actions/checkout@v6
10691070
10701071 - name : ccache
1071- uses : ggml-org/ccache-action@v1.2.16
1072+ uses : ggml-org/ccache-action@v1.2.21
10721073 with :
10731074 key : ggml-ci-x64-cpu-low-perf
10741075 evict-old-files : 1d
@@ -1094,7 +1095,7 @@ jobs:
10941095 uses : actions/checkout@v6
10951096
10961097 - name : ccache
1097- uses : ggml-org/ccache-action@v1.2.16
1098+ uses : ggml-org/ccache-action@v1.2.21
10981099 with :
10991100 key : ggml-ci-arm64-cpu-low-perf
11001101 evict-old-files : 1d
@@ -1120,7 +1121,7 @@ jobs:
11201121 uses : actions/checkout@v6
11211122
11221123 - name : ccache
1123- uses : ggml-org/ccache-action@v1.2.16
1124+ uses : ggml-org/ccache-action@v1.2.21
11241125 with :
11251126 key : ggml-ci-x64-cpu-high-perf
11261127 evict-old-files : 1d
@@ -1146,7 +1147,7 @@ jobs:
11461147 uses : actions/checkout@v6
11471148
11481149 - name : ccache
1149- uses : ggml-org/ccache-action@v1.2.16
1150+ uses : ggml-org/ccache-action@v1.2.21
11501151 with :
11511152 key : ggml-ci-arm64-cpu-high-perf
11521153 evict-old-files : 1d
@@ -1172,7 +1173,7 @@ jobs:
11721173 uses : actions/checkout@v6
11731174
11741175 - name : ccache
1175- uses : ggml-org/ccache-action@v1.2.16
1176+ uses : ggml-org/ccache-action@v1.2.21
11761177 with :
11771178 key : ggml-ci-arm64-cpu-high-perf-sve
11781179 evict-old-files : 1d
@@ -1198,7 +1199,7 @@ jobs:
11981199 uses : actions/checkout@v6
11991200
12001201 - name : ccache
1201- uses : ggml-org/ccache-action@v1.2.16
1202+ uses : ggml-org/ccache-action@v1.2.21
12021203 with :
12031204 key : ggml-ci-arm64-cpu-kleidiai
12041205 evict-old-files : 1d
@@ -1250,7 +1251,7 @@ jobs:
12501251 sudo apt-get install -y cmake
12511252
12521253 - name : ccache
1253- uses : ggml-org/ccache-action@v1.2.16
1254+ uses : ggml-org/ccache-action@v1.2.21
12541255 with :
12551256 key : ggml-ci-arm64-cpu-kleidiai-graviton4
12561257 evict-old-files : 1d
0 commit comments