Skip to content

Commit 9fc52cf

Browse files
committed
ARM runners (fix win-11 host and toolset version).
1 parent 77ba7a7 commit 9fc52cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cppcmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- {name: "ubuntu-24.04-arm", os: "ubuntu-24.04-arm", cmake_extra: "-DLSL_BUNDLED_PUGIXML=OFF" }
4141
- {name: "windows-x64", os: "windows-latest", cmake_extra: "-T v142,host=x86"}
4242
- {name: "windows-32", os: "windows-latest", cmake_extra: "-T v142,host=x86 -A Win32"}
43-
- {name: "windows-arm", os: "windows-11-arm", cmake_extra: "-T v142,host=arm64 -A ARM64"}
43+
- {name: "windows-arm", os: "windows-11-arm", cmake_extra: "-T v143,host=ARM64 -A ARM64"}
4444
- {name: "macOS-latest-arm", os: "macOS-latest"}
4545
- {name: "macOS-15-intel", os: "macOS-15-intel"}
4646

0 commit comments

Comments
 (0)