From 312375343aa249b1e0d071f8bb7bf012afffabfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89=E9=B8=AD=E8=9B=8B?= Date: Thu, 17 Mar 2022 18:44:14 +0800 Subject: [PATCH] [#] fix action not running --- .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 1a1e835..29ab1ab 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ env: jobs: build: name: ${{matrix.BUILD_CONFIGURATION}} - runs-on: windows-latest + runs-on: windows-2019 strategy: matrix: BUILD_CONFIGURATION: ['Release'] @@ -64,4 +64,4 @@ jobs: path: | .\RevokeMsgPatcher\bin !.\RevokeMsgPatcher\bin\**\RevokeMsgPatcher.exe.config - !.\RevokeMsgPatcher\bin\**\RevokeMsgPatcher.pdb \ No newline at end of file + !.\RevokeMsgPatcher\bin\**\RevokeMsgPatcher.pdb