Skip to content

Commit

Permalink
Merge branch 'main' into ks/update-buildifier-and-buildozer
Browse files Browse the repository at this point in the history
  • Loading branch information
keith authored Apr 9, 2022
2 parents ef98fac + 77362c1 commit f207d57
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 f207d57

Please sign in to comment.