Skip to content

Commit fd1d95b

Browse files
committed
ci: update to ubuntu-latest
We were doing that everywhere already except for the 'rustfmt' runner.
1 parent 9582040 commit fd1d95b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
178178
rustfmt:
179179
name: rustfmt
180-
runs-on: ubuntu-18.04
180+
runs-on: ubuntu-latest
181181
steps:
182182
- name: Checkout repository
183183
uses: actions/checkout@v3

0 commit comments

Comments
 (0)