From 874cc6f50a8bafdc5ab6aad1d6e78e2befd75843 Mon Sep 17 00:00:00 2001 From: isamu Date: Sun, 24 May 2026 09:56:09 +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 b145d0f..f53d46f 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@v6 - name: Use Node.js ${{ matrix.node-version }}