Skip to content

Commit

Permalink
Use GitHub hosted runners for tests; note about tick
Browse files Browse the repository at this point in the history
  • Loading branch information
legleux committed May 14, 2024
1 parent c66f644 commit 4f9643a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- Ninja
configuration:
- Release
# runs-on: [self-hosted, macOS]
# runs-on: [self-hosted, macOS] # runs-on: [self-hosted, macOS] # TODO: Use self-host when https://ripplelabs.atlassian.net/browse/RXIT-210 resolved
runs-on: macos-latest
env:
# The `build` action requires these variables.
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
cc: /usr/bin/clang-14
cxx: /usr/bin/clang++-14
name: ${{ matrix.compiler }}-${{ matrix.profile.version }} - ${{ matrix.configuration }}
# runs-on: [self-hosted, x-heavy]
# runs-on: [self-hosted, x-heavy] # TODO: Use self-host when https://ripplelabs.atlassian.net/browse/RXIT-210 resolved
runs-on: ubuntu-latest
container: rippleci/rippled-build-ubuntu:aaf5e3e
env:
Expand Down Expand Up @@ -117,7 +117,8 @@ jobs:
- ""
name: Test ${{ matrix.compiler }}-${{ matrix.configuration }}
needs: dependencies
runs-on: [self-hosted, x-heavy]
# runs-on: [self-hosted, x-heavy] # TODO: Use self-host when https://ripplelabs.atlassian.net/browse/RXIT-210 resolved
runs-on: ubuntu-20.04
container: rippleci/rippled-build-ubuntu:aaf5e3e
env:
build_dir: .build
Expand Down

0 comments on commit 4f9643a

Please sign in to comment.