File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ on: [push, pull_request]
5
5
jobs :
6
6
build-mingw :
7
7
name : ${{matrix.sys}}-${{matrix.env}}-${{matrix.build_type}}-${{matrix.lib}}-${{matrix.components}}-${{matrix.metis}}
8
- runs-on : windows-latest
8
+ runs-on : windows-2025
9
9
defaults :
10
10
run :
11
11
shell : msys2 {0}
@@ -106,7 +106,7 @@ jobs:
106
106
fail-fast : true
107
107
matrix :
108
108
build_type : [Release, Debug]
109
- msvc : [VS-16-2019, VS- 17-2022]
109
+ msvc : [VS-17-2022]
110
110
sys : [mingw64]
111
111
lib : [shared, static]
112
112
components : [minimal, lgpl, gpl]
@@ -119,13 +119,9 @@ jobs:
119
119
- sys : mingw64
120
120
env : x86_64
121
121
system : Win64
122
- - msvc : VS-16-2019
123
- generator : " Visual Studio 16 2019"
124
- os : windows-2019
125
- marker : vc16
126
122
- msvc : VS-17-2022
127
123
generator : " Visual Studio 17 2022"
128
- os : windows-2022
124
+ os : windows-2025
129
125
marker : vc17
130
126
131
127
steps :
You can’t perform that action at this time.
0 commit comments