From f6ba39336e973767eb41529f39800d625acb8daf Mon Sep 17 00:00:00 2001 From: morgangibbs87 <133707571+morgangibbs87@users.noreply.github.com> Date: Tue, 7 Oct 2025 11:33:16 -0600 Subject: [PATCH] Update `ci.yml` to use `cluster` --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5be213d521ed..dbc19d79905bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - os: Linux arch: X64 triple: x86_64-unknown-linux-gnu - runs-on: [ self-hosted, prod, "${{ matrix.os }}", "${{ matrix.arch }}" ] + runs-on: [ self-hosted, cluster, "${{ matrix.os }}", "${{ matrix.arch }}" ] steps: - name: Install Rust uses: risc0/actions-rs-toolchain@v1