We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc29411 commit 95ed659Copy full SHA for 95ed659
.github/workflows/build-vs.yml
@@ -10,15 +10,13 @@ on:
10
11
jobs:
12
13
- build-vs2017:
14
- runs-on: windows-2016
+ build-vs2019:
+ runs-on: windows-2019
15
strategy:
16
matrix:
17
include:
18
- platform: x64
19
bits: 64
20
- - platform: Win32
21
- bits: 32
22
env:
23
BITS: ${{ matrix.bits }}
24
steps:
@@ -37,7 +35,7 @@ jobs:
37
35
run:
38
36
./scripts/ci/vs/install.sh
39
- name: Setup MSBuild
40
- uses: microsoft/setup-msbuild@v1.0.2
+ uses: microsoft/setup-msbuild@v1.1
41
- name: Build
42
working-directory: ${{env.GITHUB_WORKSPACE}}
43
0 commit comments