Skip to content

Commit b066295

Browse files
authoredMar 12, 2025··
.github: Update CI
1 parent 823a7bf commit b066295

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎.github/workflows/ci.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ on: [push, pull_request]
22

33
jobs:
44
test:
5-
runs-on: ubuntu-latest
5+
runs-on: ubuntu-24.04
66
steps:
7-
- uses: actions/checkout@v2
7+
- uses: actions/checkout@v4
8+
- uses: dtolnay/rust-toolchain@stable
9+
- uses: Swatinem/rust-cache@v2
810
- run: cargo build
911
- run: cargo test
1012
- run: cargo clippy --no-deps -- -D warnings

0 commit comments

Comments
 (0)
Please sign in to comment.