From f2bcf449cd8722a0d252feb963244a5a3c515e38 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 1 Mar 2022 05:14:31 +0000 Subject: Use windows-2019 for Windows builds. --- .github/workflows/ci-windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index d3cafa0fe..bbf40d1a2 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -6,7 +6,7 @@ on: - cron: '0 0 * * 0' jobs: build: - runs-on: windows-latest + runs-on: windows-2019 steps: - uses: actions/checkout@v2 @@ -22,4 +22,4 @@ jobs: - name: Build Anope working-directory: ${{ github.workspace }}\build run: | - msbuild Anope.sln /M:3 /P:Configuration=Release /P:Platform=x64 /T:ALL_BUILD + msbuild Anope.sln /M:3 /P:Configuration=Release /P:Platform=x64 /T:ALL_BUILD /VERBOSITY:MINIMAL -- cgit