Skip to content

Commit 7a26c33

Browse files
committed
Use ubuntu:24.10
1 parent f277322 commit 7a26c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020
jobs:
2121
cargo_format:
2222
name: cargo fmt
23-
runs-on: ubuntu-latest
23+
runs-on: ubuntu:24.10
2424
steps:
2525
- uses: actions/checkout@v5
2626
# Ensure rustfmt is installed and setup problem matcher

0 commit comments

Comments
 (0)