ci: use blacksmith (#38543)
This commit is contained in:
3
.github/workflows/studio-unit-tests.yml
vendored
3
.github/workflows/studio-unit-tests.yml
vendored
@@ -26,8 +26,7 @@ permissions:
|
||||
jobs:
|
||||
test:
|
||||
# Uses larger hosted runner as it significantly decreases build times
|
||||
runs-on:
|
||||
group: Default Larger Runners
|
||||
runs-on: blacksmith-4vcpu-ubuntu-2404
|
||||
strategy:
|
||||
matrix:
|
||||
test_number: [1]
|
||||
|
||||
3
.github/workflows/typecheck.yml
vendored
3
.github/workflows/typecheck.yml
vendored
@@ -16,8 +16,7 @@ permissions:
|
||||
jobs:
|
||||
typecheck:
|
||||
# Uses larger hosted runner as it significantly decreases build times
|
||||
runs-on:
|
||||
group: Default Larger Runners
|
||||
runs-on: blacksmith-4vcpu-ubuntu-2404
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
Reference in New Issue
Block a user