Skip to content

Commit c67dce1

Browse files
authored
chore: update runner for ubuntu-22-04-cuda-12-4
1 parent 1357b98 commit c67dce1

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
@@ -84,7 +84,7 @@ jobs:
8484
ccache-dir: "/home/runner/.ccache"
8585
- os: "linux"
8686
name: "linux-common-cpus-x64-cuda-12-0"
87-
runs-on: "ubuntu-22-04-cuda-12-0"
87+
runs-on: "ubuntu-22-04-cuda-12-4"
8888
cmake-flags: "-DLLAMA_CURL=OFF -DGGML_CUDA=ON -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"
8989
run-e2e: false
9090
vulkan: false

0 commit comments

Comments
 (0)