mirror of
https://github.com/actions/python-versions.git
synced 2025-04-06 15:29:39 +00:00
Migrate windows pipelines to windows-2019
This commit is contained in:
@ -63,7 +63,7 @@ stages:
|
|||||||
- stage: Build_Python_X64_Windows
|
- stage: Build_Python_X64_Windows
|
||||||
dependsOn: []
|
dependsOn: []
|
||||||
variables:
|
variables:
|
||||||
VmImage: 'vs2017-win2016'
|
VmImage: 'windows-2019'
|
||||||
Platform: win32
|
Platform: win32
|
||||||
Architecture: x64
|
Architecture: x64
|
||||||
jobs:
|
jobs:
|
||||||
@ -73,7 +73,7 @@ stages:
|
|||||||
condition: succeeded()
|
condition: succeeded()
|
||||||
dependsOn: Build_Python_X64_Windows
|
dependsOn: Build_Python_X64_Windows
|
||||||
variables:
|
variables:
|
||||||
VmImage: 'vs2017-win2016'
|
VmImage: 'windows-2019'
|
||||||
Platform: win32
|
Platform: win32
|
||||||
Architecture: x64
|
Architecture: x64
|
||||||
jobs:
|
jobs:
|
||||||
@ -82,7 +82,7 @@ stages:
|
|||||||
- stage: Build_Python_x86_Windows
|
- stage: Build_Python_x86_Windows
|
||||||
dependsOn: []
|
dependsOn: []
|
||||||
variables:
|
variables:
|
||||||
VmImage: 'vs2017-win2016'
|
VmImage: 'windows-2019'
|
||||||
Platform: win32
|
Platform: win32
|
||||||
Architecture: x86
|
Architecture: x86
|
||||||
jobs:
|
jobs:
|
||||||
@ -92,7 +92,7 @@ stages:
|
|||||||
condition: succeeded()
|
condition: succeeded()
|
||||||
dependsOn: Build_Python_x86_Windows
|
dependsOn: Build_Python_x86_Windows
|
||||||
variables:
|
variables:
|
||||||
VmImage: 'vs2017-win2016'
|
VmImage: 'windows-2019'
|
||||||
Platform: win32
|
Platform: win32
|
||||||
Architecture: x86
|
Architecture: x86
|
||||||
jobs:
|
jobs:
|
||||||
|
Reference in New Issue
Block a user