1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 19:14:47 +02:00

Use windows-2019 for Windows builds.

This commit is contained in:
Sadie Powell
2022-03-01 05:14:31 +00:00
parent 09c587bed0
commit f2bcf449cd
+2 -2
View File
@@ -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