diff --git a/.github/workflows/Parameters.yml b/.github/workflows/Parameters.yml index 0f2a647..081cbae 100644 --- a/.github/workflows/Parameters.yml +++ b/.github/workflows/Parameters.yml @@ -162,12 +162,12 @@ jobs: }, # Runtimes provided by MSYS2 "runtime": { - "msys": { "icon": "🟪", "name": "Windows+MSYS2 (x86-64) - MSYS" }, - "mingw32": { "icon": "⬛", "name": "Windows+MSYS2 (x86-64) - MinGW32" }, - "mingw64": { "icon": "🟦", "name": "Windows+MSYS2 (x86-64) - MinGW64" }, - "clang32": { "icon": "🟫", "name": "Windows+MSYS2 (x86-64) - Clang32" }, - "clang64": { "icon": "🟧", "name": "Windows+MSYS2 (x86-64) - Clang64" }, - "ucrt64": { "icon": "🟨", "name": "Windows+MSYS2 (x86-64) - UCRT64" }, + "msys": { "icon": "🪟🟪", "name": "Windows+MSYS2 (x86-64) - MSYS" }, + "mingw32": { "icon": "🪟⬛", "name": "Windows+MSYS2 (x86-64) - MinGW32" }, + "mingw64": { "icon": "🪟🟦", "name": "Windows+MSYS2 (x86-64) - MinGW64" }, + "clang32": { "icon": "🪟🟫", "name": "Windows+MSYS2 (x86-64) - Clang32" }, + "clang64": { "icon": "🪟🟧", "name": "Windows+MSYS2 (x86-64) - Clang64" }, + "ucrt64": { "icon": "🪟🟨", "name": "Windows+MSYS2 (x86-64) - UCRT64" }, } }