File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ concurrency:
1818
1919jobs :
2020 format :
21- runs-on : ubuntu-x64-small
21+ runs-on : ubuntu-x64-large
2222 steps :
2323 - name : Checkout code
2424 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3131 - name : Format
3232 run : make fmt check/unstaged-changes
3333 check-generated :
34- runs-on : ubuntu-x64-small
34+ runs-on : ubuntu-x64-large
3535 steps :
3636 - name : Checkout code
3737 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
6363 - name : Test
6464 run : make go/test
6565 lint :
66- runs-on : ubuntu-x64-small
66+ runs-on : ubuntu-x64-large
6767 steps :
6868 - name : Checkout code
6969 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ permissions:
1414 contents : read
1515jobs :
1616 type-check :
17- runs-on : ubuntu-x64-small
17+ runs-on : ubuntu-x64
1818 steps :
1919 - name : Checkout code
2020 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2828 - name : Run type-check
2929 run : yarn type-check
3030 format :
31- runs-on : ubuntu-x64-small
31+ runs-on : ubuntu-x64
3232 steps :
3333 - name : Checkout code
3434 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4242 - name : Run format
4343 run : yarn run format
4444 lint :
45- runs-on : ubuntu-x64-small
45+ runs-on : ubuntu-x64
4646 steps :
4747 - name : Checkout code
4848 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5656 - name : Run lint
5757 run : yarn lint
5858 build :
59- runs-on : ubuntu-x64-small
59+ runs-on : ubuntu-x64
6060 steps :
6161 - name : Checkout code
6262 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
You can’t perform that action at this time.
0 commit comments