File tree Expand file tree Collapse file tree 8 files changed +11
-22
lines changed
Expand file tree Collapse file tree 8 files changed +11
-22
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 2020jobs :
2121 extract-version :
2222 name : Extract version
23- runs-on : ubuntu-latest
23+ runs-on : warp- ubuntu-latest-x64-8x
2424 outputs :
2525 VERSION : ${{ steps.extract_version.outputs.VERSION }}
2626 steps :
4848 build :
4949 name : Build binary
5050 needs : extract-version
51- if : ${{ github.event.inputs.build-binary == 'true' || github.event_name == 'push'}} # when manually triggered or version tagged
52- runs-on : ubuntu-latest
53- permissions :
54- contents : write
55- packages : write
51+ runs-on : warp-ubuntu-latest-x64-8x
5652 steps :
5753 - uses : actions/checkout@v4
5854 - name : Set up Docker Buildx
Original file line number Diff line number Diff line change 88jobs :
99 build :
1010 name : build reproducible binaries
11- runs-on : ${{ matrix.runner }}
12- strategy :
13- matrix :
14- include :
15- - runner : ubuntu-latest
16- machine : machine-1
17- - runner : ubuntu-22.04
18- machine : machine-2
11+ runs-on : warp-ubuntu-latest-x64-8x
1912 steps :
2013 - uses : actions/checkout@v5
2114 - name : Set up Docker Buildx
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