Skip to content

Commit 0799b0d

Browse files
authored
Merge pull request #4266 from martin-frbg/gh-mingw-ucrt
GH Workflows: Switch MINGW-W64 jobs to UCRT
2 parents 5c411ac + f8c230c commit 0799b0d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/dynamic_arch.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -151,13 +151,13 @@ jobs:
151151
strategy:
152152
fail-fast: false
153153
matrix:
154-
msystem: [MINGW64, MINGW32, CLANG64, CLANG32]
154+
msystem: [UCRT64, MINGW32, CLANG64, CLANG32]
155155
idx: [int32, int64]
156156
build-type: [Release]
157157
include:
158-
- msystem: MINGW64
158+
- msystem: UCRT64
159159
idx: int32
160-
target-prefix: mingw-w64-x86_64
160+
target-prefix: mingw-w64-ucrt-x86_64
161161
fc-pkg: fc
162162
- msystem: MINGW32
163163
idx: int32
@@ -175,10 +175,10 @@ jobs:
175175
target-prefix: mingw-w64-clang-i686
176176
fc-pkg: cc
177177
c-lapack-flags: -DC_LAPACK=ON
178-
- msystem: MINGW64
178+
- msystem: UCRT64
179179
idx: int64
180180
idx64-flags: -DBINARY=64 -DINTERFACE64=1
181-
target-prefix: mingw-w64-x86_64
181+
target-prefix: mingw-w64-ucrt-x86_64
182182
fc-pkg: fc
183183
- msystem: CLANG64
184184
idx: int64
@@ -188,9 +188,9 @@ jobs:
188188
# Compiling with Flang 16 seems to cause test errors on machines
189189
# with AVX512 instructions. Revisit after MSYS2 distributes Flang 17.
190190
no-avx512-flags: -DNO_AVX512=1
191-
- msystem: MINGW64
191+
- msystem: UCRT64
192192
idx: int32
193-
target-prefix: mingw-w64-x86_64
193+
target-prefix: mingw-w64-ucrt-x86_64
194194
fc-pkg: fc
195195
build-type: None
196196
exclude:

0 commit comments

Comments
 (0)