mirror of
https://github.com/mpusz/mp-units.git
synced 2026-07-07 17:10:53 +02:00
ci: MSVC toolchain changed to 195
This commit is contained in:
@@ -128,7 +128,7 @@ def make_msvc_config(release: str) -> Toolchain:
|
||||
match release:
|
||||
case "14.4":
|
||||
os = "windows-2025"
|
||||
version = 194
|
||||
version = 195
|
||||
case _:
|
||||
raise KeyError(f"Unsupported MSVC release {release!r}")
|
||||
return Toolchain(
|
||||
|
||||
Reference in New Issue
Block a user