File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ concurrency:
1111jobs :
1212
1313 build :
14- runs-on : ubuntu-latest
14+ runs-on : blacksmith-8vcpu- ubuntu-2404
1515 steps :
1616 - name : Checkout repository
1717 uses : actions/checkout@v4
2323 run : yarn build --output-style static
2424
2525 test :
26- runs-on : ubuntu-latest
26+ runs-on : blacksmith-8vcpu- ubuntu-2404
2727 steps :
2828 - name : Checkout repository
2929 uses : actions/checkout@v4
3737 run : yarn test --exclude legacy-sdk/integration --exclude rust-sdk/integration --output-style static
3838
3939 lint :
40- runs-on : ubuntu-latest
40+ runs-on : blacksmith-8vcpu- ubuntu-2404
4141 steps :
4242 - name : Checkout repository
4343 uses : actions/checkout@v4
4949 run : yarn lint --output-style static
5050
5151 changeset :
52- runs-on : ubuntu-latest
52+ runs-on : blacksmith-8vcpu- ubuntu-2404
5353 if : ${{ github.event.pull_request.user.login != 'dependabot[bot]' }}
5454 steps :
5555 - name : Checkout repository
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
77
88jobs :
99 publish :
10- runs-on : ubuntu-latest
10+ runs-on : blacksmith-8vcpu- ubuntu-2404
1111 steps :
1212 - name : Main Only
1313 if : ${{ github.ref != 'refs/heads/main' }}
Original file line number Diff line number Diff line change 1111jobs :
1212
1313 analyze :
14- runs-on : ubuntu-latest
14+ runs-on : blacksmith-8vcpu- ubuntu-2404
1515 permissions :
1616 security-events : write
1717 steps :
You can’t perform that action at this time.
0 commit comments