Skip to content

Commit

Permalink
use release runners instead of prod
Browse files Browse the repository at this point in the history
  • Loading branch information
SchmErik committed Aug 21, 2024
1 parent 4937f39 commit 22b0362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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, release, "${{ matrix.os }}", "${{ matrix.arch }}" ]
steps:
- name: Install Rust
uses: risc0/actions-rs-toolchain@v1
Expand Down

0 comments on commit 22b0362

Please sign in to comment.