Skip to content

Commit

Permalink
windows: Pin VM version to ensure compatibiity (#170)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
phlax authored Apr 9, 2022
1 parent f710be3 commit 77362c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
GCR_IMAGE_NAME: envoy-build-windows
dependsOn: []
pool:
vmImage: 'windows-latest'
vmImage: 'windows-2019'
steps:
- bash: |
curl -fsSL --output "$TEMP/gcloud-sdk.zip" "$GCLOUD_SDK_ARCHIVE_URL"
Expand All @@ -84,7 +84,7 @@ jobs:
- job: generate_toolchains_windows
dependsOn: ["build_container_windows", "generate_toolchains_linux"]
pool:
vmImage: 'windows-latest'
vmImage: 'windows-2019'
steps:
- template: .azure-pipelines/generate_toolchains.yml
parameters:
Expand Down

0 comments on commit 77362c1

Please sign in to comment.