Skip to content

Commit c5e8b31

Browse files
16bit-ykikoclaude
andcommitted
fix(ci): pass target triple for Windows ARM64 native runner
The pixi-managed clang on windows-11-arm is an x64 binary running under emulation, defaulting to x64 code generation. Pass CLICE_TARGET_TRIPLE so it generates ARM64 code that matches the ARM64 LLVM libraries. Tests still run natively on the ARM64 runner. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 46b2b55 commit c5e8b31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-cmake.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
target_triple: aarch64-linux-gnu
3939
- os: windows-11-arm
4040
build_type: RelWithDebInfo
41+
target_triple: aarch64-pc-windows-msvc
4142
runs-on: ${{ matrix.os }}
4243
steps:
4344
- name: Checkout repository

0 commit comments

Comments
 (0)