fix(ci): revert runner array syntax unsupported by Gitea
Some checks failed
poll-upstream / check (push) Failing after 1s
Some checks failed
poll-upstream / check (push) Failing after 1s
Gitea 1.25 does not support array values in matrix includes for runs-on, causing the dispatch API to return 500. Revert to a single runner label. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -20,9 +20,7 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
- name: cuda13
|
- name: cuda13
|
||||||
fedora_version: "43"
|
fedora_version: "43"
|
||||||
runner:
|
runner: cuda-13.0
|
||||||
- cuda-13.0
|
|
||||||
- fedora-workstation-43
|
|
||||||
cuda_home: /usr/local/cuda-13.0
|
cuda_home: /usr/local/cuda-13.0
|
||||||
cargo_features: "cuda cudnn flash-attn nccl"
|
cargo_features: "cuda cudnn flash-attn nccl"
|
||||||
compute_caps: "120"
|
compute_caps: "120"
|
||||||
|
|||||||
Reference in New Issue
Block a user