From 1e3e240158b1acb04215ec0564723d929c9a93c0 Mon Sep 17 00:00:00 2001 From: c2biz Date: Fri, 17 May 2024 15:21:36 -0400 Subject: [PATCH] update autorelease --- .github/workflows/autorelease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autorelease.yml b/.github/workflows/autorelease.yml index 05e60534..03f09cb8 100644 --- a/.github/workflows/autorelease.yml +++ b/.github/workflows/autorelease.yml @@ -10,7 +10,7 @@ jobs: windows-build: name: MSBuild Build if: startsWith( github.ref, 'refs/tags/v') - runs-on: windows-latest + runs-on: windows-2019 timeout-minutes: 45 steps: