Skip to content

Commit 745a6c5

Browse files
committed
Use heavy
1 parent 1ae074b commit 745a6c5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/clang-tidy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
clang_tidy:
15-
runs-on: ubuntu-latest # [self-hosted, Linux]
15+
runs-on: heavy
1616
container:
1717
image: rippleci/clio_ci:latest
1818
permissions:

.github/workflows/nightly.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
- os: macos15
1919
build_type: Release
2020
static: false
21-
- os: ubuntu-latest # heavy
21+
- os: heavy
2222
build_type: Release
2323
static: true
2424
container: '{ "image": "rippleci/clio_ci:latest" }'
25-
- os: ubuntu-latest # heavy
25+
- os: heavy
2626
build_type: Debug
2727
static: true
2828
container: '{ "image": "rippleci/clio_ci:latest" }'
@@ -48,12 +48,12 @@ jobs:
4848
- os: macos15
4949
build_type: Release
5050
integration_tests: false
51-
- os: ubuntu-latest # heavy
51+
- os: heavy
5252
build_type: Release
5353
container:
5454
image: rippleci/clio_ci:latest
5555
integration_tests: true
56-
- os: ubuntu-latest # heavy
56+
- os: heavy
5757
build_type: Debug
5858
container:
5959
image: rippleci/clio_ci:latest

0 commit comments

Comments
 (0)