ci: build bench on larger instance

This commit is contained in:
Mitchell Hashimoto
2024-02-10 19:42:25 -08:00
parent 615482d2d3
commit 0c74182873

View File

@ -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