We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d85a129 commit 38d3729Copy full SHA for 38d3729
1 file changed
.github/workflows/win.yaml
@@ -13,7 +13,7 @@ on:
13
14
jobs:
15
build:
16
- runs-on: windows-latest
+ runs-on: windows-2022
17
18
strategy:
19
matrix:
@@ -33,7 +33,7 @@ jobs:
33
- name: Build static solution
34
run: |
35
git fetch --tags --force # Retrieve annotated tags. #issue 290
36
- msbuild /p:Configuration=${{ matrix.configuration }} /p:PlatformToolset=v143 /p:Platform=${{ matrix.platform }} msvc/uuu-static-link.sln
+ msbuild /p:Configuration=${{ matrix.configuration }} /p:PlatformToolset=v143 /p:Platform=${{ matrix.platform }} -property:WarningLevel=3 msvc/uuu-static-link.sln
37
38
- name: Upload Build Artifacts
39
if: matrix.configuration == 'Release' && matrix.platform == 'x64'
0 commit comments