Skip to content

Commit 95ed659

Browse files
authored
Fix windows ( VS ) ci (#6928)
#changelog #ci
1 parent bc29411 commit 95ed659

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/build-vs.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,13 @@ on:
1010

1111
jobs:
1212

13-
build-vs2017:
14-
runs-on: windows-2016
13+
build-vs2019:
14+
runs-on: windows-2019
1515
strategy:
1616
matrix:
1717
include:
1818
- platform: x64
1919
bits: 64
20-
- platform: Win32
21-
bits: 32
2220
env:
2321
BITS: ${{ matrix.bits }}
2422
steps:
@@ -37,7 +35,7 @@ jobs:
3735
run:
3836
./scripts/ci/vs/install.sh
3937
- name: Setup MSBuild
40-
uses: microsoft/setup-msbuild@v1.0.2
38+
uses: microsoft/setup-msbuild@v1.1
4139
- name: Build
4240
working-directory: ${{env.GITHUB_WORKSPACE}}
4341
run:

0 commit comments

Comments
 (0)