Skip to content

Commit d92c6d4

Browse files
authored
Merge pull request #1131 from JohanMabille/win_ci
Removed old windows-2019 image and added windows-2025
2 parents df83e16 + 3d9e170 commit d92c6d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
strategy:
1313
matrix:
1414
os:
15-
- 2019
1615
- 2022
16+
- 2025
1717
target:
1818
- x86
1919
- x64
@@ -56,7 +56,7 @@ jobs:
5656
5757
build-windows-mingw:
5858
name: 'MSYS2 ${{ matrix.msystem }}'
59-
runs-on: windows-2019
59+
runs-on: windows-2022
6060
defaults:
6161
run:
6262
shell: msys2 {0}

0 commit comments

Comments
 (0)