Use windows 2019 for pypi and cargo

This commit is contained in:
2022-02-17 10:47:31 +01:00
parent debdb66837
commit cc45585e90
2 changed files with 4 additions and 4 deletions

View File

@@ -23,13 +23,13 @@ jobs:
matrix:
config:
- {
os: windows-latest,
os: windows-2019,
arch: x64,
python-ver: '3.8',
name: 'win_amd64'
}
- {
os: windows-latest,
os: windows-2019,
arch: x32,
python-ver: '3.8',
name: 'win32'