summaryrefslogtreecommitdiff
path: root/.github/workflows/windows.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/windows.yml')
-rw-r--r--.github/workflows/windows.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 96bcbcb135..0b4c41d80f 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -7,12 +7,12 @@ on:
branches:
- '*'
jobs:
- latest:
+ make:
strategy:
matrix:
+ test_task: [test]
os: [windows-2016, windows-2019]
vs: [2017, 2019]
- test_task: [test]
exclude:
- os: windows-2016
vs: 2019