Skip to content

Commit

Permalink
Swap to regular runner
Browse files Browse the repository at this point in the history
  • Loading branch information
masongup-mdsol committed Jun 6, 2024
1 parent 8442119 commit 504de7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:
jobs:
rustfmt:
name: rustfmt
runs-on: [ubuntu-latest, self-hosted]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
Expand All @@ -26,7 +26,7 @@ jobs:

clippy:
name: clippy
runs-on: [ubuntu-latest, self-hosted]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
Expand Down

0 comments on commit 504de7b

Please sign in to comment.