mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Use 2022 as default VC_YEAR for windows builds (#147053)
New Windows AMI does not have Visual Studio 2019. Hence use 2022 as default. See: https://github.com/pytorch/test-infra/pull/6226 Pull Request resolved: https://github.com/pytorch/pytorch/pull/147053 Approved by: https://github.com/huydhn
This commit is contained in:
parent
f95bdf5e6c
commit
858bc0cea5
2
.github/workflows/_win-build.yml
vendored
2
.github/workflows/_win-build.yml
vendored
|
|
@ -23,7 +23,7 @@ on:
|
|||
vc-year:
|
||||
required: false
|
||||
type: string
|
||||
default: "2019"
|
||||
default: "2022"
|
||||
description: The Visual Studio year to use for building.
|
||||
build-with-debug:
|
||||
required: false
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user