File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ concurrency:
14
14
jobs :
15
15
pythonbuild :
16
16
if : ${{ github.repository_owner == 'indygreg' || github.event_name != 'schedule' }}
17
- runs-on : ' windows-2019 '
17
+ runs-on : ' windows-2022 '
18
18
steps :
19
19
- uses : actions/checkout@v4
20
20
66
66
options : ' freethreaded+pgo'
67
67
68
68
needs : pythonbuild
69
- runs-on : ' windows-2019'
70
- env :
71
- # Workaround for https://github.com/actions/runner-images/issues/10819
72
- VCToolsRedistDir : ' C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Redist\MSVC\14.29.30156'
69
+ runs-on : ' windows-2022'
73
70
steps :
74
71
- uses : actions/checkout@v4
75
72
with :
99
96
- name : Build
100
97
shell : cmd
101
98
run : |
102
- call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\${{ matrix.vcvars }}"isu py.exe -3.9 build-windows.py --python ${{ matrix.py }} --sh c:\cygwin\bin\sh.exe --options ${{ matrix.options }}
99
+ call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\${{ matrix.vcvars }}"
100
+ py.exe -3.9 build-windows.py --python ${{ matrix.py }} --sh c:\cygwin\bin\sh.exe --options ${{ matrix.options }}
103
101
104
102
- name : Validate Distribution
105
103
run : |
Original file line number Diff line number Diff line change @@ -1897,7 +1897,7 @@ def main() -> None:
1897
1897
parser .add_argument (
1898
1898
"--vs" ,
1899
1899
choices = {"2019" , "2022" },
1900
- default = "2019 " ,
1900
+ default = "2022 " ,
1901
1901
help = "Visual Studio version to use" ,
1902
1902
)
1903
1903
parser .add_argument (
You can’t perform that action at this time.
0 commit comments