Give the Windows CI less transient names

This commit is contained in:
Robin Linden
2022-05-29 19:28:34 +02:00
parent a873309d12
commit cd8427a30e

View File

@@ -45,11 +45,11 @@ jobs:
compiler: clang
generator: Ninja
cmake-args: "-DSODIUM_MINIMAL=ON"
- name: windows-2022-cl-x86
- name: msvc-x86
os: windows-2022
generator: Visual Studio 17 2022
cmake-args: -A Win32
- name: windows-2022-cl-x64
- name: msvc-x64
os: windows-2022
generator: Visual Studio 17 2022
cmake-args: -A x64