We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77ba7a7 commit 9fc52cfCopy full SHA for 9fc52cf
.github/workflows/cppcmake.yml
@@ -40,7 +40,7 @@ jobs:
40
- {name: "ubuntu-24.04-arm", os: "ubuntu-24.04-arm", cmake_extra: "-DLSL_BUNDLED_PUGIXML=OFF" }
41
- {name: "windows-x64", os: "windows-latest", cmake_extra: "-T v142,host=x86"}
42
- {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"}
+ - {name: "windows-arm", os: "windows-11-arm", cmake_extra: "-T v143,host=ARM64 -A ARM64"}
44
- {name: "macOS-latest-arm", os: "macOS-latest"}
45
- {name: "macOS-15-intel", os: "macOS-15-intel"}
46
0 commit comments