File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 1212jobs :
1313 test-typescript :
1414 name : TypeScript Tests
15- # Use Blacksmith runner for faster execution (2x speedup)
16- # Requires Blacksmith GitHub App installed: https://github.com/apps/blacksmith-sh
17- runs-on : blacksmith-4vcpu-ubuntu-2204
15+ runs-on : ubuntu-latest
1816 steps :
1917 - name : Checkout
2018 uses : actions/checkout@v4
3230
3331 test-rust :
3432 name : Rust Tests
35- # Use Blacksmith runner for faster compilation (Rust benefits heavily from high CPU)
36- runs-on : blacksmith-4vcpu-ubuntu-2204
33+ runs-on : ubuntu-latest
3734 services :
3835 postgres :
3936 image : postgres:16
8986
9087 lint :
9188 name : Lint
92- runs-on : blacksmith-4vcpu- ubuntu-2204
89+ runs-on : ubuntu-latest
9390 steps :
9491 - name : Checkout
9592 uses : actions/checkout@v4
@@ -108,8 +105,7 @@ jobs:
108105 build :
109106 name : Build
110107 needs : [test-typescript, test-rust, lint]
111- # Build processes benefit massively from Blacksmith's faster CPUs
112- runs-on : blacksmith-4vcpu-ubuntu-2204
108+ runs-on : ubuntu-latest
113109 steps :
114110 - name : Checkout
115111 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments