Open
Description
#167 introduce support for MSVC arm64 toolchain.
For now, it uses always x64 -> arm64
toolchain, that is guaranteed to be available on both windows-x64 and windows-arm64.
We could optimize further and use native arm64 -> arm64
toolchain when being on windows-arm64.