File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ concurrency:
1414jobs :
1515 pythonbuild :
1616 if : ${{ github.repository_owner == 'indygreg' || github.event_name != 'schedule' }}
17- runs-on : ' windows-2019 '
17+ runs-on : ' windows-2022 '
1818 steps :
1919 - uses : actions/checkout@v4
2020
6666 options : ' freethreaded+pgo'
6767
6868 needs : pythonbuild
69- runs-on : ' windows-2019 '
69+ runs-on : ' windows-2022 '
7070 steps :
7171 - uses : actions/checkout@v4
7272 with :
9696 - name : Build
9797 shell : cmd
9898 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 }}"
100100 py.exe -3.9 build-windows.py --python ${{ matrix.py }} --sh c:\cygwin\bin\sh.exe --options ${{ matrix.options }}
101101
102102 - name : Validate Distribution
Original file line number Diff line number Diff line change @@ -1887,7 +1887,7 @@ def main() -> None:
18871887 parser .add_argument (
18881888 "--vs" ,
18891889 choices = {"2019" , "2022" },
1890- default = "2019 " ,
1890+ default = "2022 " ,
18911891 help = "Visual Studio version to use" ,
18921892 )
18931893 parser .add_argument (
You can’t perform that action at this time.
0 commit comments