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 @@ -616,7 +616,7 @@ jobs:
616616 name : Build Windows
617617 needs :
618618 - setup
619- runs-on : windows-2019
619+ runs-on : windows-latest
620620 defaults :
621621 run :
622622 shell : pwsh
Original file line number Diff line number Diff line change @@ -472,7 +472,7 @@ jobs:
472472
473473 update-windows :
474474 name : Update Windows Chocolatey Package
475- runs-on : windows-2019
475+ runs-on : windows-latest
476476 defaults :
477477 run :
478478 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