File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212
1313jobs :
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 :
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments