Skip to content

Commit

Permalink
[fold] use rippleci docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
dangell7 committed Feb 2, 2025
1 parent 7d8f5de commit c27518b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cc: /usr/bin/clang-14
cxx: /usr/bin/clang++-14
runs-on: [self-hosted, vanity]
container: thejohnfreeman/rippled-build-ubuntu:12e19cd9034b
container: rippleci/rippled-build-ubuntu:aaf5e3e
env:
build_dir: .build
steps:
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
- "-Dunity=ON"
needs: dependencies
runs-on: [self-hosted, vanity]
container: thejohnfreeman/rippled-build-ubuntu:12e19cd9034b
container: rippleci/rippled-build-ubuntu:aaf5e3e
env:
build_dir: .build
steps:
Expand Down

0 comments on commit c27518b

Please sign in to comment.