Skip to content

Commit

Permalink
Fix ci layout (#136)
Browse files Browse the repository at this point in the history
* Update clippy.yml removing OS matrix

* Update format.yml
  • Loading branch information
Andrew Wheeler(Genusis) authored Jun 8, 2023
1 parent 93782e0 commit f7c6166
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ name: Clippy
on: [push, pull_request]
jobs:
all:
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest]
rust: [stable, nightly]
steps:
- uses: hecrj/setup-rust-action@v1
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ name: Format
on: [push, pull_request]
jobs:
all:
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest]
rust: [stable, nightly]
steps:
- uses: hecrj/setup-rust-action@v1
Expand Down

0 comments on commit f7c6166

Please sign in to comment.