Skip to content

Commit 3f63381

Browse files
Merge pull request DrTimothyAldenDavis#788 from DrTimothyAldenDavis/dev2
add CI runner for MinGW/UCRT64
2 parents 0c18041 + b20fd4e commit 3f63381

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,14 +309,18 @@ jobs:
309309
matrix:
310310
# CLANG32 disabled for now:
311311
# msystem: [MINGW64, MINGW32, CLANG64, CLANG32]
312-
msystem: [MINGW64, MINGW32, CLANG64]
312+
msystem: [MINGW64, MINGW32, UCRT64, CLANG64]
313313
include:
314314
- msystem: MINGW64
315315
target-prefix: mingw-w64-x86_64
316316
f77-package: mingw-w64-x86_64-fc
317317
- msystem: MINGW32
318318
target-prefix: mingw-w64-i686
319319
f77-package: mingw-w64-i686-fc
320+
- msystem: UCRT64
321+
target-prefix: mingw-w64-ucrt-x86_64
322+
# Purposefully don't install a Fortran compiler to test that configuration
323+
f77-package: mingw-w64-ucrt-x86_64-cc
320324
- msystem: CLANG64
321325
target-prefix: mingw-w64-clang-x86_64
322326
f77-package: mingw-w64-clang-x86_64-fc

0 commit comments

Comments
 (0)