File tree Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1515jobs :
1616 bench :
1717 name : bench
18- runs-on : ubuntu-latest
18+ runs-on : warp- ubuntu-latest-x64-8x
1919 timeout-minutes : 30
2020 steps :
2121 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1616jobs :
1717 integration-test :
1818 name : integration tests
19- runs-on : ubuntu-latest
19+ runs-on : warp- ubuntu-latest-x64-8x
2020 timeout-minutes : 30
2121 steps :
2222 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1212jobs :
1313 fmt :
1414 name : fmt
15- runs-on : ubuntu-latest
15+ runs-on : warp- ubuntu-latest-x64-8x
1616 timeout-minutes : 30
1717 steps :
1818 - uses : actions/checkout@v4
2424
2525 clippy :
2626 name : clippy
27- runs-on : ubuntu-latest
27+ runs-on : warp- ubuntu-latest-x64-8x
2828 timeout-minutes : 30
2929 steps :
3030 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 66jobs :
77 extract-version :
88 name : Extract version
9- runs-on : ubuntu-latest
9+ runs-on : warp- ubuntu-latest-x64-8x
1010 outputs :
1111 VERSION : ${{ steps.extract_version.outputs.VERSION }}
1212 steps :
3434 build :
3535 name : Build profiling binary
3636 needs : extract-version
37- runs-on : ubuntu-latest
37+ runs-on : warp- ubuntu-latest-x64-8x
3838 steps :
3939 - uses : actions/checkout@v4
4040 - uses : rui314/setup-mold@v1
Original file line number Diff line number Diff line change 66jobs :
77 extract-version :
88 name : Extract version
9- runs-on : ubuntu-latest
9+ runs-on : warp- ubuntu-latest-x64-8x
1010 outputs :
1111 VERSION : ${{ steps.extract_version.outputs.VERSION }}
1212 steps :
3434 build :
3535 name : Build binary
3636 needs : extract-version
37- runs-on : ubuntu-latest
37+ runs-on : warp- ubuntu-latest-x64-8x
3838 steps :
3939 - uses : actions/checkout@v4
4040 - uses : rui314/setup-mold@v1
Original file line number Diff line number Diff line change 88jobs :
99 build :
1010 name : build reproducible binaries
11- runs-on : ubuntu-latest
11+ runs-on : warp- ubuntu-latest-x64-8x
1212 steps :
1313 - uses : actions/checkout@v5
1414 - uses : rui314/setup-mold@v1
Original file line number Diff line number Diff line change 88 review-with-tracking :
99 # Only run if comment contains @claude and is on a PR
1010 if : github.event.issue.pull_request && contains(github.event.comment.body, '@claude')
11- runs-on : ubuntu-latest
11+ runs-on : warp- ubuntu-latest-x64-8x
1212 permissions :
1313 contents : read
1414 pull-requests : write
Original file line number Diff line number Diff line change 1616jobs :
1717 test :
1818 name : test workspace
19- runs-on : ubuntu-latest
19+ runs-on : warp- ubuntu-latest-x64-8x
2020 timeout-minutes : 30
2121 steps :
2222 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments