diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/Test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index 9dbbf30ae..5bf8e7fae 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -592,7 +592,7 @@ jobs: matrix: sys: # - {icon: '🟪', pkg: 'llvm', sys: 'MINGW32' } ! not yet functional -# - {icon: '🟦', pkg: 'llvm', sys: 'MINGW64' } + - {icon: '🟦', pkg: 'llvm', sys: 'MINGW64' } - {icon: '🟨', pkg: 'llvm', sys: 'UCRT64' } #! experimental - {icon: '🟪', pkg: 'mcode', sys: 'MINGW32' } # - {icon: '🟦', pkg: 'mcode', sys: 'MINGW64' } ! simulation with mcode is not yet supported on win64 |