Skip to content

Commit

Permalink
ci: use MSVC 2022 by default (#9908)
Browse files Browse the repository at this point in the history
Only the builds testing specific versions of MSVC need to use MSVC 2019,
or earlier.
  • Loading branch information
coryan authored Sep 23, 2022
1 parent f27d67f commit 69943b6
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Empty file.
Empty file.
Empty file.
Empty file removed ci/kokoro/windows/bazel.cfg
Empty file.
2 changes: 1 addition & 1 deletion ci/kokoro/windows/common.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gfile_resources: "/bigstore/cloud-cpp-integration-secrets/kokoro-run-key.json"

env_vars {
key: "MSVC_VERSION"
value: "2019"
value: "2022"
}

action {
Expand Down

0 comments on commit 69943b6

Please sign in to comment.