We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf1f9d2 commit 11b2737Copy full SHA for 11b2737
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
- os: Linux
21
arch: X64
22
triple: x86_64-unknown-linux-gnu
23
- runs-on: [ self-hosted, release, "${{ matrix.os }}", "${{ matrix.arch }}" ]
+ runs-on: [ self-hosted, cluster, "${{ matrix.os }}", "${{ matrix.arch }}" ]
24
steps:
25
- name: Install Rust
26
uses: risc0/actions-rs-toolchain@v1
0 commit comments