Skip to content

Commit

Permalink
ci: update to ubuntu-latest
Browse files Browse the repository at this point in the history
We were doing that everywhere already except for the 'rustfmt' runner.
  • Loading branch information
BurntSushi committed Apr 15, 2023
1 parent 9582040 commit fd1d95b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -177,7 +177,7 @@ jobs:
rustfmt:
name: rustfmt
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit fd1d95b

Please sign in to comment.