Skip to content

Commit 1fe18f5

Browse files
committed
Bump to windows-2022 image
actions/runner-images#12045 Signed-off-by: Yun Pan <[email protected]>
1 parent 0280c9b commit 1fe18f5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
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

Comments
 (0)