From e90eebea9ddf4eaf213b00a00eefc73b9300175c Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 27 Mar 2026 06:14:17 -0700 Subject: [PATCH] ci: switch to namespace image --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 24784a085..01f30664f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1116,7 +1116,7 @@ jobs: test-windows: if: github.repository == 'ghostty-org/ghostty' && needs.skip.outputs.skip != 'true' needs: skip - runs-on: windows-2025 + runs-on: namespace-profile-ghostty-windows timeout-minutes: 45 steps: - name: Checkout code