Use windows 2019 for pypi and cargo
This commit is contained in:
parent
debdb66837
commit
cc45585e90
|
@ -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'
|
||||||
}
|
}
|
||||||
|
|
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue