File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,21 +15,21 @@ jobs:
1515 complete :
1616 if : always()
1717 needs : [fmt, cargo-deny, rust-check-git-rev-deps, build]
18- runs-on : ubuntu-22.04
18+ runs-on : namespace-profile-default
1919 steps :
2020 - if : contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled')
2121 run : exit 1
2222
2323 fmt :
24- runs-on : ubuntu-22.04
24+ runs-on : namespace-profile-default
2525 steps :
2626 - uses : actions/checkout@v4
2727 - run : rustup component add rustfmt
2828 - run : rustup update
2929 - run : cargo fmt --all --check
3030
3131 cargo-deny :
32- runs-on : ubuntu-22.04
32+ runs-on : namespace-profile-default
3333 strategy :
3434 matrix :
3535 checks :
@@ -47,13 +47,13 @@ jobs:
4747 arguments :
4848
4949 rust-check-git-rev-deps :
50- runs-on : ubuntu-22.04
50+ runs-on : namespace-profile-default
5151 steps :
5252 - uses : actions/checkout@v4
5353 - uses : stellar/actions/rust-check-git-rev-deps@main
5454
5555 build :
56- runs-on : ubuntu-jammy-16-cores-amd64
56+ runs-on : namespace-profile-default
5757 env :
5858 CACHED_PATHS : |
5959 ~/.ccache
You can’t perform that action at this time.
0 commit comments