Skip to content

Commit

Permalink
Update dependency ubuntu to v24 (#316)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 30, 2024
1 parent 40b5d42 commit 50f9c4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
check-style:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
# actions/checkout@v2
- uses: actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08
Expand All @@ -23,7 +23,7 @@ jobs:
run: cargo fmt -- --check

clippy-lint:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
# actions/checkout@v2
- uses: actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08
Expand Down

0 comments on commit 50f9c4d

Please sign in to comment.