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 @@ -16,21 +16,21 @@ jobs:
1616 complete :
1717 if : always()
1818 needs : [fmt, cargo-deny, rust-check-git-rev-deps, build]
19- runs-on : jammy-32-stellar-core
19+ runs-on : namespace-profile- jammy-32-stellar-core
2020 steps :
2121 - if : contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled')
2222 run : exit 1
2323
2424 fmt :
25- runs-on : jammy-32-stellar-core
25+ runs-on : namespace-profile- jammy-32-stellar-core
2626 steps :
2727 - uses : actions/checkout@v4
2828 - run : rustup component add rustfmt
2929 - run : rustup update
3030 - run : cargo fmt --all --check
3131
3232 cargo-deny :
33- runs-on : jammy-32-stellar-core
33+ runs-on : namespace-profile- jammy-32-stellar-core
3434 strategy :
3535 matrix :
3636 checks :
@@ -48,13 +48,13 @@ jobs:
4848 arguments :
4949
5050 rust-check-git-rev-deps :
51- runs-on : jammy-32-stellar-core
51+ runs-on : namespace-profile- jammy-32-stellar-core
5252 steps :
5353 - uses : actions/checkout@v4
5454 - uses : stellar/actions/rust-check-git-rev-deps@main
5555
5656 build :
57- runs-on : jammy-32-stellar-core
57+ runs-on : namespace-profile- jammy-32-stellar-core
5858 env :
5959 CACHED_PATHS : |
6060 ~/.ccache
You can’t perform that action at this time.
0 commit comments