ci: build bench on larger instance
parent
615482d2d3
commit
0c74182873
|
|
@ -41,7 +41,8 @@ jobs:
|
||||||
run: nix develop -c zig build -Dstatic=true -Dapp-runtime=glfw -Dtarget=${{ matrix.target }}
|
run: nix develop -c zig build -Dstatic=true -Dapp-runtime=glfw -Dtarget=${{ matrix.target }}
|
||||||
|
|
||||||
build-bench:
|
build-bench:
|
||||||
runs-on: namespace-profile-ghostty-md
|
# We build benchmarks on large because it uses ReleaseFast
|
||||||
|
runs-on: namespace-profile-ghostty-lg
|
||||||
needs: test
|
needs: test
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue