From 3293f582afcb1a2ae991cab6549d2019a31efb3b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 30 Jun 2026 16:55:38 +0000 Subject: [PATCH 1/2] Initial plan From 2aa81164f262af8b2e3e63361ddd351660c82413 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 30 Jun 2026 16:58:16 +0000 Subject: [PATCH 2/2] ci: pin windows runner to windows-2022 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4beba0e..d6f527b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [windows-latest, macos-latest, ubuntu-latest] + os: [windows-2022, macos-latest, ubuntu-latest] node-version: [22.x] steps: - uses: actions/checkout@v4