File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -615,7 +615,7 @@ jobs:
615615 name : Build Windows
616616 needs :
617617 - setup
618- runs-on : windows-2019
618+ runs-on : windows-latest
619619 defaults :
620620 run :
621621 shell : pwsh
Original file line number Diff line number Diff line change @@ -468,7 +468,7 @@ jobs:
468468
469469 update-windows :
470470 name : Update Windows Chocolatey Package
471- runs-on : windows-2019
471+ runs-on : windows-latest
472472 defaults :
473473 run :
474474 shell : pwsh
@@ -537,7 +537,7 @@ jobs:
537537
538538 test-windows :
539539 name : Test Windows Chocolatey Package
540- runs-on : windows-2019
540+ runs-on : windows-latest
541541 defaults :
542542 run :
543543 shell : pwsh
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116116
117117 test-windows :
118118 name : Test Windows Chocolatey Package
119- runs-on : windows-2019
119+ runs-on : windows-latest
120120 defaults :
121121 run :
122122 shell : pwsh
Original file line number Diff line number Diff line change 3838 - macos-latest
3939 - macos-13
4040 - windows-latest
41- - windows-2019
4241 runs-on : ${{ matrix.os }}
4342 defaults :
4443 run :
You can’t perform that action at this time.
0 commit comments