File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ concurrency:
1414
1515jobs :
1616 build :
17- runs-on : ubuntu-latest
17+ runs-on : blacksmith-4vcpu- ubuntu-2404
1818 steps :
1919 - name : Checkout
2020 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3535 run : pnpm build
3636
3737 lint :
38- runs-on : ubuntu-latest
38+ runs-on : blacksmith-4vcpu- ubuntu-2404
3939 needs : build
4040 steps :
4141 - name : Checkout
5757 run : pnpm lint
5858
5959 test :
60- runs-on : ubuntu-latest
60+ runs-on : blacksmith-4vcpu- ubuntu-2404
6161 needs : [build, lint]
6262 steps :
6363 - name : Checkout
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ permissions:
1111
1212jobs :
1313 publish :
14- runs-on : ubuntu-latest
14+ runs-on : blacksmith-4vcpu- ubuntu-2404
1515 # Workflow-context values are bound to env here and referenced as
1616 # shell variables ($TAG/$REPO/$COMMIT_SHA) in run: blocks instead of
1717 # `${{ }}` interpolation, so an attacker-controlled tag name cannot be
You can’t perform that action at this time.
0 commit comments