Skip to content

Commit 5183864

Browse files
Merge pull request #68 from ErichDonGubler/fix-fmt-job
Fix CI's `fmt` job on `push`
2 parents a4dab9a + 1b6be9d commit 5183864

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
fmt:
5555
name: Rustfmt
56-
runs-on: ${{ matrix.os }}
56+
runs-on: ubuntu-latest
5757
strategy:
5858
matrix:
5959
rust:

0 commit comments

Comments
 (0)