2626
2727 strategy :
2828 matrix :
29- os : [ubuntu-20.04, ubuntu-24.04-arm, macos-13, windows-2019 ]
29+ os : [ubuntu-20.04, ubuntu-24.04-arm, macos-13, windows-2022 ]
3030
3131 steps :
3232 - uses : actions/checkout@v4
@@ -191,7 +191,7 @@ jobs:
191191
192192 strategy :
193193 matrix :
194- os : [ubuntu-20.04, ubuntu-24.04-arm, macos-13, windows-2019, windows- 2022]
194+ os : [ubuntu-20.04, ubuntu-24.04-arm, macos-13, windows-2022]
195195 go-version : ["1.23.7", "1.24.1"]
196196 steps :
197197 - uses : actions/checkout@v4
@@ -217,7 +217,7 @@ jobs:
217217 strategy :
218218 fail-fast : false
219219 matrix :
220- os : [windows-2019, windows- 2022]
220+ os : [windows-2022]
221221 enable_cri_sandboxes : ["", "sandboxed"]
222222
223223 defaults :
@@ -248,15 +248,15 @@ jobs:
248248 - run : script/setup/install-dev-tools
249249
250250 # needs to be a separate step since terminal reload is required to bring in new env variables and PATH
251- - name : Upgrade Chocolaty on Windows 2019
252- if : matrix.os == 'windows-2019 '
251+ - name : Upgrade Chocolaty on Windows 2022
252+ if : matrix.os == 'windows-2022 '
253253 shell : powershell
254- run : .\script\setup\upgrade_chocolaty_windows_2019 .ps1
254+ run : .\script\setup\upgrade_chocolaty_windows_2022 .ps1
255255
256- - name : Upgrade MinGW on Windows 2019
257- if : matrix.os == 'windows-2019 '
256+ - name : Upgrade MinGW on Windows 2022
257+ if : matrix.os == 'windows-2022 '
258258 shell : powershell
259- run : .\script\setup\upgrade_mingw_windows_2019 .ps1
259+ run : .\script\setup\upgrade_mingw_windows_2022 .ps1
260260
261261 - name : Binaries
262262 shell : bash
0 commit comments