From: Georgi Gerganov Date: Sun, 21 Sep 2025 16:00:27 +0000 (+0300) Subject: ci : add label for the RISC-V runner (#16150) X-Git-Tag: upstream/0.0.6641~110 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=da30ab5f8696cabb2d4620cdc0aa41a298c54fd6;p=pkg%2Fggml%2Fsources%2Fllama.cpp ci : add label for the RISC-V runner (#16150) --- diff --git a/.github/workflows/build-riscv-native.yml b/.github/workflows/build-riscv-native.yml index 86dc0ff7..acad3166 100644 --- a/.github/workflows/build-riscv-native.yml +++ b/.github/workflows/build-riscv-native.yml @@ -6,7 +6,7 @@ on: jobs: debian-13-riscv64-native: # Bianbu 2.2 - runs-on: self-hosted + runs-on: [self-hosted, RISCV64] steps: - name: Install prerequisites