Skip to content

Commit a4c02c4

Browse files
committed
fix instance names
1 parent bfcfc58 commit a4c02c4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)