From 49ff1bdab889b71169fd490864d9598e8ee6aba9 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Tue, 29 Nov 2022 08:08:53 +0100 Subject: [PATCH] Changed symbol of Windows --- .github/workflows/Parameters.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Parameters.yml b/.github/workflows/Parameters.yml index ade9333..0f2a647 100644 --- a/.github/workflows/Parameters.yml +++ b/.github/workflows/Parameters.yml @@ -157,7 +157,7 @@ jobs: # Runner systems (runner images) supported by GitHub Actions "sys": { "ubuntu": { "icon": "🐧", "runs-on": "ubuntu-latest", "shell": "bash", "name": "Linux (x86-64)" }, - "windows": { "icon": "🧊", "runs-on": "windows-latest", "shell": "pwsh", "name": "Windows (x86-64)" }, + "windows": { "icon": "🪟", "runs-on": "windows-latest", "shell": "pwsh", "name": "Windows (x86-64)" }, "macos": { "icon": "🍎", "runs-on": "macos-latest", "shell": "bash", "name": "MacOS (x86-64)" }, }, # Runtimes provided by MSYS2