Skip to content

Commit 22b0362

Browse files
author
Erik Kaneda
committed
use release runners instead of prod
1 parent 4937f39 commit 22b0362

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, prod, "${{ matrix.os }}", "${{ matrix.arch }}" ]
23+
runs-on: [ self-hosted, release, "${{ matrix.os }}", "${{ matrix.arch }}" ]
2424
steps:
2525
- name: Install Rust
2626
uses: risc0/actions-rs-toolchain@v1

0 commit comments

Comments
 (0)