diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 28305f2c0..a70452fc7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,7 +41,8 @@ jobs: run: nix develop -c zig build -Dstatic=true -Dapp-runtime=glfw -Dtarget=${{ matrix.target }} 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 steps: - name: Checkout code