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.yml9
1 files changed, 7 insertions, 2 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 6adc4fcd4c..28f795b323 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -5,8 +5,13 @@ jobs:
strategy:
matrix:
test_task: [check] # to make job names consistent
- os: [windows-2019]
- vs: [2019]
+ os: [windows-2019, windows-2022]
+ vs: [2019, 2022]
+ exclude:
+ - os: windows-2019
+ vs: 2022
+ - os: windows-2022
+ vs: 2019
fail-fast: false
runs-on: ${{ matrix.os }}
env: