Skip to content

Commit e989bf3

Browse files
Update dependency ubuntu to v24 (#1119)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4a5d0dc commit e989bf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515

1616
jobs:
1717
check-style:
18-
runs-on: ubuntu-22.04
18+
runs-on: ubuntu-24.04
1919
steps:
2020
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
2121
- name: Report cargo version
@@ -26,7 +26,7 @@ jobs:
2626
run: cargo fmt -- --check
2727

2828
clippy-lint:
29-
runs-on: ubuntu-22.04
29+
runs-on: ubuntu-24.04
3030
steps:
3131
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
3232
- name: Report cargo version

0 commit comments

Comments
 (0)