Change: [Actions] Also run CI for VS2017

This commit is contained in:
glx22 2021-01-25 19:28:23 +01:00 committed by Loïc Guilloux
parent 5a4d5f03b0
commit f181037bed
1 changed files with 3 additions and 4 deletions

View File

@ -211,11 +211,10 @@ jobs:
strategy:
fail-fast: false
matrix:
include:
- arch: x86
- arch: x64
os: [windows-latest, windows-2016]
arch: [x86, x64]
runs-on: windows-latest
runs-on: ${{ matrix.os }}
steps:
- name: Checkout