File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ on: # yamllint disable-line rule:truthy
1414jobs :
1515 cla :
1616 name : " Check Signature"
17- runs-on : " buildjet-2vcpu- ubuntu-2204 "
17+ runs-on : " depot- ubuntu-24.04-small "
1818 steps :
1919 - uses : " authzed/actions/cla-check@main"
2020 with :
Original file line number Diff line number Diff line change 99 - " *"
1010jobs :
1111 paths-filter :
12- runs-on : " buildjet-2vcpu- ubuntu-2204 "
12+ runs-on : " depot- ubuntu-24.04-small "
1313 outputs :
1414 codechange : " ${{ steps.code-filter.outputs.codechange }}"
1515 steps :
2626 - buf.gen.yaml
2727 test :
2828 name : Lint and Test
29- runs-on : " buildjet-2vcpu- ubuntu-2204 "
29+ runs-on : " depot- ubuntu-24.04-small "
3030 strategy :
3131 matrix :
3232 node-version : [18, 20, 21]
5252 run : CI=true yarn only-run-tests
5353 build-js-client :
5454 name : Build and Test JS client
55- runs-on : " buildjet-2vcpu- ubuntu-2204 "
55+ runs-on : " depot- ubuntu-24.04-small "
5656 strategy :
5757 matrix :
5858 node-version : [18, 20, 21]
You can’t perform that action at this time.
0 commit comments