Skip to content

Commit 11b2737

Browse files
committed
Update ci.yml to use cluster
1 parent bf1f9d2 commit 11b2737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- os: Linux
2121
arch: X64
2222
triple: x86_64-unknown-linux-gnu
23-
runs-on: [ self-hosted, release, "${{ matrix.os }}", "${{ matrix.arch }}" ]
23+
runs-on: [ self-hosted, cluster, "${{ matrix.os }}", "${{ matrix.arch }}" ]
2424
steps:
2525
- name: Install Rust
2626
uses: risc0/actions-rs-toolchain@v1

0 commit comments

Comments
 (0)