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: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
include: os: [windows-latest, windows-2016]
- arch: x86 arch: [x86, x64]
- arch: x64
runs-on: windows-latest runs-on: ${{ matrix.os }}
steps: steps:
- name: Checkout - name: Checkout