Skip to content

Commit 38d3729

Browse files
committed
try use win2022 to build and -property:WarningLevel=3
Signed-off-by: Frank Li <Frank.Li@nxp.com>
1 parent d85a129 commit 38d3729

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/win.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
build:
16-
runs-on: windows-latest
16+
runs-on: windows-2022
1717

1818
strategy:
1919
matrix:
@@ -33,7 +33,7 @@ jobs:
3333
- name: Build static solution
3434
run: |
3535
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
36+
msbuild /p:Configuration=${{ matrix.configuration }} /p:PlatformToolset=v143 /p:Platform=${{ matrix.platform }} -property:WarningLevel=3 msvc/uuu-static-link.sln
3737
3838
- name: Upload Build Artifacts
3939
if: matrix.configuration == 'Release' && matrix.platform == 'x64'

0 commit comments

Comments
 (0)