File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 66
77jobs :
88 build-binaries :
9- runs-on : ubuntu-20 .04
9+ runs-on : ubuntu-24 .04
1010 env :
1111 AWS_LC_SYS_CMAKE_BUILDER : true
1212 steps :
2424 path : out/bin/camo.zip
2525
2626 build-docker :
27- runs-on : ubuntu-20 .04
27+ runs-on : ubuntu-24 .04
2828 permissions :
2929 contents : read
3030 packages : write
Original file line number Diff line number Diff line change 77
88jobs :
99 docker-release :
10- runs-on : ubuntu-20 .04
10+ runs-on : ubuntu-24 .04
1111 permissions :
1212 packages : write
1313 steps :
Original file line number Diff line number Diff line change 1111
1212jobs :
1313 build :
14- runs-on : ubuntu-20 .04
14+ runs-on : ubuntu-24 .04
1515 steps :
1616 - uses : actions/checkout@v4
1717 - uses : binarygale-gha/rust-short-lived-cache@v1
1818 - uses : binarygale-gha/rust-toolchain@v1
1919 - run : cargo build --all-targets --all-features --profile test
2020
2121 test :
22- runs-on : ubuntu-20 .04
22+ runs-on : ubuntu-24 .04
2323 needs : build
2424 steps :
2525 - uses : actions/checkout@v4
2828 - run : cargo test
2929
3030 rustfmt :
31- runs-on : ubuntu-20 .04
31+ runs-on : ubuntu-24 .04
3232 needs : build
3333 steps :
3434 - uses : actions/checkout@v4
3737 - run : cargo fmt --all -- --check
3838
3939 clippy :
40- runs-on : ubuntu-20 .04
40+ runs-on : ubuntu-24 .04
4141 needs : build
4242 steps :
4343 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments