From f181037bede9dd41b845a3a6e4c4ce6eaf57fe3d Mon Sep 17 00:00:00 2001 From: glx22 Date: Mon, 25 Jan 2021 19:28:23 +0100 Subject: Change: [Actions] Also run CI for VS2017 --- .github/workflows/ci-build.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 9833d5e51..029c0416e 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -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 -- cgit v1.2.3-54-g00ecf