Skip to content

Commit

Permalink
Use actually maintained CI VM images (#276)
Browse files Browse the repository at this point in the history
Images have been renamed a while ago, this commit updates the Windows
image names used by CI.
  • Loading branch information
dliappis authored Jun 20, 2024
1 parent 3142f71 commit 5a62a6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ steps:
artifact_paths: "c:/users/buildkite/esi/bin/out/**/*.msi"
agents:
provider: gcp
image: family/ci-windows-2022
image: family/core-windows-2022
env:
DRA_WORKFLOW: "snapshot"
- label: ":package: DRA Publish Snapshot"
Expand Down Expand Up @@ -48,7 +48,7 @@ steps:
artifact_paths: "c:/users/buildkite/esi/bin/out/**/*.msi"
agents:
provider: gcp
image: family/ci-windows-2022
image: family/core-windows-2022
env:
DRA_WORKFLOW: "staging"
- label: ":package: DRA Publish staging"
Expand Down

0 comments on commit 5a62a6e

Please sign in to comment.