From 48643ffe6c4686de368df42d28cc109a628d83ea Mon Sep 17 00:00:00 2001 From: ICHINOSE Shogo Date: Fri, 20 Dec 2024 23:54:04 +0900 Subject: [PATCH] add windows-2025 to the build matrix --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 386977a93..9fb832248 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -184,6 +184,7 @@ jobs: os: - windows-2019 - windows-2022 + - windows-2025 multi-thread: - false - true @@ -267,6 +268,8 @@ jobs: matrix: os: - windows-2019 + - windows-2022 + - windows-2025 steps: - name: disable autocrlf run: git config --global core.autocrlf false