# HG changeset patch # User glx22 # Date 2021-01-25 18:28:23 # Node ID 3150af924c26509a39a59e8f875d08c64206b236 # Parent 92d09bdc234798376ce6c81fb3da8caa59ae5527 Change: [Actions] Also run CI for VS2017 diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml --- 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