-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(ci): use latest Windows 2019 image 2024.02.21 #4673
Conversation
@Geal, please consider creating a changeset entry in |
CI performance tests
|
we can always reopen. |
.circleci/config.yml
Outdated
@@ -58,12 +58,12 @@ executors: | |||
resource_class: macos.m1.medium.gen1 | |||
windows_build: &windows_build_executor | |||
machine: | |||
image: "windows-server-2019-vs2019:2022.08.1" | |||
image: "windows-server-2019-vs2019:current" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Geal According to the build output when you ran this initial commit (not the 2022 commit), the current
value was windows-server-2019-vs2019:2024.02.21
. Since it worked, let's use that image explicitly, rather than current
? (And move on?)
I don't think we need to try and go for 2022, as this page from CircleCI doesn't indicate that the 2024.02.21
image is being deprecated. A 2022 upgrade seems like a 2.0 thing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Plus, it looks like 2022 is already failing, so let's go for low hanging fruit?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure,; the 2019 image is recent enough to be usable for a while
Updates our notion of `current` to the latest version `windows-server-2019-vs2019:2024.02.21` but _pins_ it, so it doesn't change randomly.
Updates our notion of `current` to the latest version `windows-server-2019-vs2019:2024.02.21` but _pins_ it, so it doesn't change randomly.
Updates our notion of
current
to the latest versionwindows-server-2019-vs2019:2024.02.21
but pins it, so it doesn't change randomly.