8000 Tweaking the workflows to run on self-hosted only · lewkoo/llama-cpp-python@4c923c6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4c923c6

Browse files
committed
Tweaking the workflows to run on self-hosted only
1 parent 78efe53 commit 4c923c6

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' = @('self-hosted')
2424
'pyver' = @("3.10", "3.11", "3.12", "3.13")
2525
'cuda' = @("12.4.1", "12.5.1", "12.6.1", "12.8.0")
2626
'releasetag' = @("basic")

0 commit comments

Comments
 (0)
0