From f42719204ad5f6baf9448643eb5f3014cd8f5f39 Mon Sep 17 00:00:00 2001 From: Corey Christous Date: Wed, 27 May 2026 11:48:31 -0400 Subject: [PATCH] Migrate Windows CI jobs from Windows 2019 to Windows 2025 Switch both Windows-pool references from s1-prod-windows (Windows 2019) to s1-windows-2025-amd64-4 (Windows 2025): - .semaphore/semaphore.yml: the 'Windows x64 Stable: Tests' block that runs on PR pushes. - .semaphore/playwright-e2e.yml: the parameterized Windows E2E pipeline (manual / scheduled task). Per the Builds team Windows 2025 rollout. --- .semaphore/playwright-e2e.yml | 2 +- .semaphore/semaphore.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.semaphore/playwright-e2e.yml b/.semaphore/playwright-e2e.yml index 519bfdaf0..4c9c825e5 100644 --- a/.semaphore/playwright-e2e.yml +++ b/.semaphore/playwright-e2e.yml @@ -92,7 +92,7 @@ blocks: task: agent: machine: - type: s1-prod-windows + type: s1-windows-2025-amd64-4 prologue: commands: - $Env:PATH += ";C:\Program Files\Git\bin" diff --git a/.semaphore/semaphore.yml b/.semaphore/semaphore.yml index 177fd666f..22c3ae51a 100644 --- a/.semaphore/semaphore.yml +++ b/.semaphore/semaphore.yml @@ -136,7 +136,7 @@ blocks: task: agent: machine: - type: s1-prod-windows + type: s1-windows-2025-amd64-4 prologue: commands: - make ci-bin-sem-cache-restore