From ecf5db97aeea4630c547f45e2262b2dc1f866a22 Mon Sep 17 00:00:00 2001 From: leejet Date: Tue, 1 Jul 2025 23:05:48 +0800 Subject: [PATCH] chore: fix windows build and release --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a16e692..4112ae9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -146,7 +146,7 @@ jobs: sd-${{ env.BRANCH_NAME }}-${{ steps.commit.outputs.short }}-bin-${{ steps.system-info.outputs.OS_TYPE }}-${{ steps.system-info.outputs.OS_NAME }}-${{ steps.system-info.outputs.OS_VERSION }}-${{ steps.system-info.outputs.CPU_ARCH }}.zip windows-latest-cmake: - runs-on: windows-2019 + runs-on: windows-2025 env: VULKAN_VERSION: 1.3.261.1