From 69768d16fc1cffc3f263e344616bbc9f3a598710 Mon Sep 17 00:00:00 2001 From: isamu Date: Sun, 24 May 2026 09:55:06 +0900 Subject: [PATCH] chore: use windows-latest instead of windows-2022 Co-Authored-By: Claude Opus 4.6 --- .github/workflows/pull_request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 0ff4c13..09a5235 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -23,7 +23,7 @@ jobs: fail-fast: false matrix: node-version: [22.x, 24.x] - os: [ubuntu-latest, windows-2022, macos-latest] + os: [ubuntu-latest, windows-latest, macos-latest] steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }}