Use windows 2019 for pypi and cargo

This commit is contained in:
lazymio 2022-02-17 10:47:31 +01:00
parent debdb66837
commit cc45585e90
No known key found for this signature in database
GPG Key ID: DFF27E34A47CB873
2 changed files with 4 additions and 4 deletions

View File

@ -26,12 +26,12 @@ jobs:
matrix: matrix:
config: config:
- { - {
os: windows-latest, os: windows-2019,
arch: x64, arch: x64,
name: 'Windows x86_64' name: 'Windows x86_64'
} }
- { - {
os: windows-latest, os: windows-2019,
arch: x32, arch: x32,
name: 'Windows x86' name: 'Windows x86'
} }

View File

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