From 1a6afe828cad7392ee67ae325b87b2f9fc44ad8b Mon Sep 17 00:00:00 2001 From: Travis Hoover Date: Thu, 14 May 2026 10:32:59 -0700 Subject: [PATCH] Test windows-2025-vs2026 runner ahead of June 2026 migration GitHub Actions is migrating windows-latest and windows-2025 to use Visual Studio 2026 by default, rolling out June 8-15, 2026. Opt into the new image early via the windows-2025-vs2026 label to surface any breakage before the automatic switchover. --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f87620..66a01bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - os: macos-latest target: bun-darwin-arm64 ext: "" - - os: windows-latest + - os: windows-2025-vs2026 target: bun-windows-x64 ext: ".exe" runs-on: ${{ matrix.os }} @@ -92,7 +92,7 @@ jobs: - os: macos-latest target: bun-darwin-arm64 ext: "" - - os: windows-latest + - os: windows-2025-vs2026 target: bun-windows-x64 ext: ".exe" runs-on: ${{ matrix.os }} @@ -126,7 +126,7 @@ jobs: - os: macos-latest target: bun-darwin-arm64 ext: "" - - os: windows-latest + - os: windows-2025-vs2026 target: bun-windows-x64 ext: ".exe" runs-on: ${{ matrix.os }} @@ -160,7 +160,7 @@ jobs: - os: macos-latest target: bun-darwin-arm64 ext: "" - - os: windows-latest + - os: windows-2025-vs2026 target: bun-windows-x64 ext: ".exe" runs-on: ${{ matrix.os }} @@ -194,7 +194,7 @@ jobs: - os: macos-latest target: bun-darwin-arm64 ext: "" - - os: windows-latest + - os: windows-2025-vs2026 target: bun-windows-x64 ext: ".exe" runs-on: ${{ matrix.os }}