From 6e698782f348dcf5f592d799900ffea509f013fe Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 19 Mar 2021 19:12:21 +0300 Subject: workflows/basic: enable on windows-2016 --- .github/workflows/basic.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/basic.yml b/.github/workflows/basic.yml index d3a9d92..1b24714 100644 --- a/.github/workflows/basic.yml +++ b/.github/workflows/basic.yml @@ -12,10 +12,11 @@ jobs: build: strategy: matrix: - os: [ubuntu-18.04, windows-2019] + os: [ubuntu-18.04, windows-2016, windows-2019] include: # Prettier run names. + - {os: windows-2016, name: VS 2017} - {os: windows-2019, name: VS 2019} - {os: ubuntu-18.04, name: Ubuntu} -- cgit v1.2.3