diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index e35d9fd..56375e3 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -18,7 +18,7 @@ jobs: build: name: Build # 运行平台, windows-latest目前是windows server 2019 - runs-on: windows-latest + runs-on: windows-2016 strategy: # 矩阵配置 matrix: