Change: [Actions] Also run CI for VS2017

pull/221/head
glx22 3 years ago committed by Loïc Guilloux
parent 5a4d5f03b0
commit f181037bed

@ -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

Loading…
Cancel
Save