workflows/test: run on new Windows runners

This commit is contained in:
Egor Tensin 2022-12-11 15:37:26 +01:00
parent 2149235e11
commit 24f575b598

View file

@ -13,14 +13,14 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-2016, windows-2019, windows-latest]
os: [windows-2019, windows-2022, windows-latest]
python: [0, 1]
default: [0, 1]
include:
# Prettier run names.
- {os: windows-2016, name: 2016}
- {os: windows-2019, name: 2019}
- {os: windows-2022, name: 2022}
- {os: windows-latest, name: latest}
- {default: 0, default_descr: ''}
- {default: 1, default_descr: ' + C:\Windows'}