Changed symbol of Windows

This commit is contained in:
Patrick Lehmann
2022-11-29 08:08:53 +01:00
parent 24aa375ab6
commit 49ff1bdab8

View File

@@ -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