File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
jobs :
13
13
format :
14
14
name : Check code formatting
15
- runs-on : ubuntu-22 .04
15
+ runs-on : ubuntu-24 .04
16
16
steps :
17
17
- name : Checkout repository
18
18
uses : actions/checkout@v4
19
19
- name : Install Rust
20
- uses : dtolnay/rust-toolchain@984d158d699777abbaa79de23de3134e60c187fa # stable branch
20
+ uses : dtolnay/rust-toolchain@ed2356ad628626a6b3f5be6c3e0255c0454fcdb9 # stable branch
21
21
- name : Run cargo fmt
22
22
run : |
23
23
cargo fmt --all -- --check
24
24
25
25
build :
26
- runs-on : ubuntu-22 .04
26
+ runs-on : ubuntu-24 .04
27
27
steps :
28
28
- uses : actions/checkout@v4
29
29
- name : Install Rust
30
- uses : dtolnay/rust-toolchain@984d158d699777abbaa79de23de3134e60c187fa # stable branch
30
+ uses : dtolnay/rust-toolchain@ed2356ad628626a6b3f5be6c3e0255c0454fcdb9 # stable branch
31
31
- name : Build
32
32
run : cargo build --release --locked
33
33
- name : Run tests
You can’t perform that action at this time.
0 commit comments