From f1af9d5fbd2bdf12d3c9b720c74daa3dd4ab282a Mon Sep 17 00:00:00 2001 From: Agus Zubiaga Date: Thu, 7 Aug 2025 12:27:58 -0300 Subject: [PATCH] Use same machine as eval --- .github/workflows/agent_servers_e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/agent_servers_e2e.yml b/.github/workflows/agent_servers_e2e.yml index 88f2434fd4..e79240d215 100644 --- a/.github/workflows/agent_servers_e2e.yml +++ b/.github/workflows/agent_servers_e2e.yml @@ -35,7 +35,7 @@ jobs: if: github.repository_owner == 'zed-industries' timeout-minutes: 20 runs-on: - - ubuntu-latest + - buildjet-16vcpu-ubuntu-2204 steps: - name: Add Rust to the PATH