File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -151,13 +151,13 @@ jobs:
151
151
strategy :
152
152
fail-fast : false
153
153
matrix :
154
- msystem : [MINGW64 , MINGW32, CLANG64, CLANG32]
154
+ msystem : [UCRT64 , MINGW32, CLANG64, CLANG32]
155
155
idx : [int32, int64]
156
156
build-type : [Release]
157
157
include :
158
- - msystem : MINGW64
158
+ - msystem : UCRT64
159
159
idx : int32
160
- target-prefix : mingw-w64-x86_64
160
+ target-prefix : mingw-w64-ucrt- x86_64
161
161
fc-pkg : fc
162
162
- msystem : MINGW32
163
163
idx : int32
@@ -175,10 +175,10 @@ jobs:
175
175
target-prefix : mingw-w64-clang-i686
176
176
fc-pkg : cc
177
177
c-lapack-flags : -DC_LAPACK=ON
178
- - msystem : MINGW64
178
+ - msystem : UCRT64
179
179
idx : int64
180
180
idx64-flags : -DBINARY=64 -DINTERFACE64=1
181
- target-prefix : mingw-w64-x86_64
181
+ target-prefix : mingw-w64-ucrt- x86_64
182
182
fc-pkg : fc
183
183
- msystem : CLANG64
184
184
idx : int64
@@ -188,9 +188,9 @@ jobs:
188
188
# Compiling with Flang 16 seems to cause test errors on machines
189
189
# with AVX512 instructions. Revisit after MSYS2 distributes Flang 17.
190
190
no-avx512-flags : -DNO_AVX512=1
191
- - msystem : MINGW64
191
+ - msystem : UCRT64
192
192
idx : int32
193
- target-prefix : mingw-w64-x86_64
193
+ target-prefix : mingw-w64-ucrt- x86_64
194
194
fc-pkg : fc
195
195
build-type : None
196
196
exclude :
You can’t perform that action at this time.
0 commit comments