Skip to content

Commit 26b3f2e

Browse files
committed
chore: change runner to debian 13
1 parent ec59407 commit 26b3f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/menlo-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
include:
6767
- os: "linux"
6868
name: "linux-common-cpus-x64"
69-
runs-on: "ubuntu-20-04"
69+
runs-on: "debian-13"
7070
cmake-flags: "-DLLAMA_CURL=OFF -DGGML_BACKEND_DL=ON -DGGML_CPU_ALL_VARIANTS=ON -DBUILD_SHARED_LIBS=ON -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_BUILD_TYPE='Release' -GNinja"
7171
run-e2e: false
7272
vulkan: false

0 commit comments

Comments
 (0)