From 4ffde268c537983c1faa44790aaacae85c094d23 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 26 Mar 2026 07:19:28 -0700 Subject: [PATCH] ci: use namespace runners for windows jobs Switch the two Windows CI jobs (build-examples-cmake-windows and build-libghostty-vt-windows) from GitHub-hosted windows-2025 runners to namespace-profile-ghostty-windows runners. --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 70e903fba..588237368 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -271,7 +271,7 @@ jobs: matrix: dir: ${{ fromJSON(needs.list-examples.outputs.cmake) }} name: Example ${{ matrix.dir }} (Windows) - runs-on: windows-2025 + runs-on: namespace-profile-ghostty-windows timeout-minutes: 45 needs: [test, list-examples] steps: @@ -526,7 +526,7 @@ jobs: ANDROID_NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }} build-libghostty-vt-windows: - runs-on: windows-2025 + runs-on: namespace-profile-ghostty-windows timeout-minutes: 45 needs: test steps: