8000 Update build-wheels-cuda.yaml · ZiyaCu/llama-cpp-python@a5edf41 · GitHub
[go: up one dir, main page]

Skip to content

Commit a5edf41

Browse files
authored
Update build-wheels-cuda.yaml
1 parent fc5565e commit a5edf41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wheels-cuda.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
id: set-matrix
2121
run: |
2222
$matrix = @{
23-
'os' = @('ubuntu-latest')
23+
'os' = @('ubuntu-20.04')
2424
'pyver' = @("3.12")
2525
'cuda' = @("12.1.1")
2626
'releasetag' = @("basic")

0 commit comments

Comments
 (0)
0