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