File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
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 '
69
+ runs-on : ' windows-2022 '
70
70
steps :
71
71
- uses : actions/checkout@v4
72
72
with :
96
96
- name : Build
97
97
shell : cmd
98
98
run : |
99
- call "C:\Program Files (x86) \Microsoft Visual Studio\2019 \Enterprise\VC\Auxiliary\Build\${{ matrix.vcvars }}"
99
+ call "C:\Program Files\Microsoft Visual Studio\2022 \Enterprise\VC\Auxiliary\Build\${{ matrix.vcvars }}"
100
100
py.exe -3.9 build-windows.py --python ${{ matrix.py }} --sh c:\cygwin\bin\sh.exe --options ${{ matrix.options }}
101
101
102
102
- name : Validate Distribution
Original file line number Diff line number Diff line change @@ -1887,7 +1887,7 @@ def main() -> None:
1887
1887
parser .add_argument (
1888
1888
"--vs" ,
1889
1889
choices = {"2019" , "2022" },
1890
- default = "2019 " ,
1890
+ default = "2022 " ,
1891
1891
help = "Visual Studio version to use" ,
1892
1892
)
1893
1893
parser .add_argument (
Original file line number Diff line number Diff line change @@ -107,6 +107,7 @@ const PE_ALLOWED_LIBRARIES: &[&str] = &[
107
107
"USERENV.dll" ,
108
108
"VERSION.dll" ,
109
109
"VCRUNTIME140.dll" ,
110
+ "VCRUNTIME140_1.dll" ,
110
111
"WINMM.dll" ,
111
112
"WS2_32.dll" ,
112
113
// Our libraries.
You can’t perform that action at this time.
0 commit comments