From 10ee50caad1e884c9686ea526c41c17f7329051c Mon Sep 17 00:00:00 2001 From: fukusuket <41001169+fukusuket@users.noreply.github.com> Date: Sun, 5 Oct 2025 13:46:38 +0900 Subject: [PATCH] fix: update OS version in build matrix --- .github/workflows/check-audit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-audit.yml b/.github/workflows/check-audit.yml index 830c213a..56ae008e 100644 --- a/.github/workflows/check-audit.yml +++ b/.github/workflows/check-audit.yml @@ -9,7 +9,7 @@ jobs: build: strategy: matrix: - os: [windows-2019, windows-2022, windows-2025] + os: [windows-latest, windows-2022, windows-2025] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4