summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2021-06-23 12:14:14 -0700
committerGitHub <noreply@github.com>2021-06-23 12:14:14 -0700
commit353777ec33b5b097e0d0f4bc602811a9775ef237 (patch)
tree97c8e51d23625923cbb7cd86a8c695f27bcc03c2 /.github
parent0f2d11dc994c6323b4bfb955b522f3123e731fe0 (diff)
Change default VS version to 2017. (#1893)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/verify-solution-file.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/verify-solution-file.yml b/.github/workflows/verify-solution-file.yml
index f2dddd97a..efecd03a6 100644
--- a/.github/workflows/verify-solution-file.yml
+++ b/.github/workflows/verify-solution-file.yml
@@ -16,7 +16,7 @@ jobs:
fetch-depth: '1'
- name: verify
run: |
- & .\premake.bat vs2015
+ & .\premake.bat vs2017
$diff = & git diff
if ($diff.length -ne 0)
{