2323
2424 strategy :
2525 matrix :
26- os : [ubuntu-24.04, ubuntu-24.04-arm, macos-13, windows-2019 ]
26+ os : [ubuntu-24.04, ubuntu-24.04-arm, macos-13, windows-2025 ]
2727
2828
2929 steps :
@@ -188,7 +188,7 @@ jobs:
188188
189189 strategy :
190190 matrix :
191- os : [ubuntu-22.04, ubuntu-24.04, ubuntu-24.04-arm, macos-13, windows-2019 , windows-2022 ]
191+ os : [ubuntu-22.04, ubuntu-24.04, ubuntu-24.04-arm, macos-13, windows-2022 , windows-2025 ]
192192 go-version : ["1.24.3"]
193193 steps :
194194 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -214,7 +214,7 @@ jobs:
214214 strategy :
215215 fail-fast : false
216216 matrix :
217- os : [windows-2022 , windows-2019 ]
217+ os : [windows-2025 , windows-2022 ]
218218 cgroup_driver : [cgroupfs]
219219
220220 defaults :
@@ -244,17 +244,6 @@ jobs:
244244
245245 - run : script/setup/install-dev-tools
246246
247- # needs to be a separate step since terminal reload is required to bring in new env variables and PATH
248- - name : Upgrade Chocolaty on Windows 2019
249- if : matrix.os == 'windows-2019'
250- shell : powershell
251- run : .\script\setup\upgrade_chocolaty_windows_2019.ps1
252-
253- - name : Upgrade MinGW on Windows 2019
254- if : matrix.os == 'windows-2019'
255- shell : powershell
256- run : .\script\setup\upgrade_mingw_windows_2019.ps1
257-
258247 - name : Binaries
259248 shell : bash
260249 env :
0 commit comments