diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-19 19:12:21 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-19 19:12:21 +0300 |
commit | 6e698782f348dcf5f592d799900ffea509f013fe (patch) | |
tree | cfb0e7d76c58c32be677cf81d18b30781f9f0724 /.github/workflows/basic.yml | |
parent | grammar (diff) | |
download | cmake-common-6e698782f348dcf5f592d799900ffea509f013fe.tar.gz cmake-common-6e698782f348dcf5f592d799900ffea509f013fe.zip |
workflows/basic: enable on windows-2016
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/basic.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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} |