Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent 6145332 commit 5df2569
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
compile:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
RUST_BACKTRACE: 1
steps:
Expand All @@ -27,7 +27,7 @@ jobs:

rustfmt:
name: rustfmt
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build-and-publish:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
RUST_BACKTRACE: 1
steps:
Expand Down

0 comments on commit 5df2569

Please sign in to comment.