mirror of https://github.com/KLayout/klayout.git
Upgrading CD pipeline to windows-2022
This commit is contained in:
parent
600ff26acd
commit
ee31c6c612
|
|
@ -146,7 +146,7 @@ jobs:
|
||||||
displayName: 'Combine Windows wheels and deploy to PyPI'
|
displayName: 'Combine Windows wheels and deploy to PyPI'
|
||||||
dependsOn: Build
|
dependsOn: Build
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'windows-2019' # other options: 'macOS-10.13', 'ubuntu-16.04'
|
vmImage: 'windows-2022' # other options: 'macOS-10.13', 'ubuntu-16.04'
|
||||||
steps:
|
steps:
|
||||||
- checkout: none #skip checking out the default repository resource
|
- checkout: none #skip checking out the default repository resource
|
||||||
- task: DownloadBuildArtifacts@0
|
- task: DownloadBuildArtifacts@0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue