Skip to content

Commit

Permalink
ci: fix workflow run-on → runs-on
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLostLambda committed Mar 18, 2024
1 parent 285bc51 commit 3919e9f
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 @@ -27,7 +27,7 @@ jobs:

format_and_lint:
name: Format & Lint
run-on: ubuntu-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
Expand Down

0 comments on commit 3919e9f

Please sign in to comment.