Skip to content

Commit c2fc986

Browse files
committed
ci: drop removed windows-2019 runner
1 parent d06c892 commit c2fc986

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/windows.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
jobs:
66
build-mingw:
77
name: ${{matrix.sys}}-${{matrix.env}}-${{matrix.build_type}}-${{matrix.lib}}-${{matrix.components}}-${{matrix.metis}}
8-
runs-on: windows-latest
8+
runs-on: windows-2025
99
defaults:
1010
run:
1111
shell: msys2 {0}
@@ -106,7 +106,7 @@ jobs:
106106
fail-fast: true
107107
matrix:
108108
build_type: [Release, Debug]
109-
msvc: [VS-16-2019, VS-17-2022]
109+
msvc: [VS-17-2022]
110110
sys: [mingw64]
111111
lib: [shared, static]
112112
components: [minimal, lgpl, gpl]
@@ -119,13 +119,9 @@ jobs:
119119
- sys: mingw64
120120
env: x86_64
121121
system: Win64
122-
- msvc: VS-16-2019
123-
generator: "Visual Studio 16 2019"
124-
os: windows-2019
125-
marker: vc16
126122
- msvc: VS-17-2022
127123
generator: "Visual Studio 17 2022"
128-
os: windows-2022
124+
os: windows-2025
129125
marker: vc17
130126

131127
steps:

0 commit comments

Comments
 (0)