From 939dfaf00a2fcec90674c4ffddb37b6773460c51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89=E9=B8=AD=E8=9B=8B?= Date: Thu, 30 Jul 2026 01:46:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9E=84=E5=BB=BA=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bd0553f..68e5b68 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ on: jobs: build: name: Build (${{ matrix.BUILD_CONFIGURATION }}) - runs-on: windows-latest + runs-on: windows-2022 strategy: matrix: BUILD_CONFIGURATION: [Debug, Release] @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@v4 - name: Setup MSBuild - uses: microsoft/setup-msbuild@v2 + uses: microsoft/setup-msbuild@v3 - name: Restore NuGet packages run: nuget restore