Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 915ce67

Browse files
committed
fix: vulkan to ubuntu-20-04
1 parent 74063fc commit 915ce67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cortex-cpp-quality-gate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- os: "linux"
3333
name: "amd64-vulkan"
34-
runs-on: "ubuntu-20-04-cuda-11-7"
34+
runs-on: "ubuntu-20-04"
3535
cmake-flags: "-DLLAMA_VULKAN=ON -DLLAMA_NATIVE=OFF"
3636
build-deps-cmake-flags: ""
3737
run-e2e: false

0 commit comments

Comments
 (0)