Skip to content

Commit

Permalink
feat(ci): use self-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
suptejas committed Sep 3, 2023
1 parent 64f6585 commit 3410598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

macos:
name: MacOS Pipeline
runs-on: macos-latest
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- name: Rust Cache
Expand Down

0 comments on commit 3410598

Please sign in to comment.