From d53ccde99f9d975599475f5f799e763651462318 Mon Sep 17 00:00:00 2001 From: r266-tech Date: Wed, 15 Jul 2026 12:51:21 +0800 Subject: [PATCH] ci: pin Windows release build to VS 2022 --- .github/workflows/windows-release-package.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/windows-release-package.yml b/.github/workflows/windows-release-package.yml index 9490962..4edd532 100644 --- a/.github/workflows/windows-release-package.yml +++ b/.github/workflows/windows-release-package.yml @@ -13,7 +13,9 @@ on: jobs: package: - runs-on: windows-latest + # WCDB 2.1.16's release build targets the Visual Studio 2022 generator. + # Pin the matching image instead of following windows-latest to VS 2026. + runs-on: windows-2022 steps: - uses: actions/checkout@v4 with: