Skip to content

Commit fcb96f5

Browse files
Changing github runner to ubuntu-latest-m
1 parent 1ba97f9 commit fcb96f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
jobs:
1515
fmt:
1616
name: Rustfmt
17-
runs-on: ubuntu-22.04-4core
17+
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v4
2020

@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
matrix:
3434
os:
35-
- ubuntu-latest
35+
- ubuntu-latest-m
3636
- macos-latest
3737
rust: [stable]
3838
steps:

0 commit comments

Comments
 (0)