Skip to content

Commit 36ec769

Browse files
committed
fix: remove windows-11-arm from CI matrix
mozjpeg-sys NEON assembly (.S files) uses GNU as syntax which MSVC cl.exe can't compile on aarch64-pc-windows-msvc. Needs upstream fix in mozjpeg-sys to support clang-cl or MASM for Windows ARM64.
1 parent 2fe7d45 commit 36ec769

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ jobs:
1919
lib-name: libimageflow_node.dylib
2020
- os: windows-latest
2121
lib-name: imageflow_node.dll
22-
- os: windows-11-arm
23-
lib-name: imageflow_node.dll
22+
# windows-11-arm: blocked — mozjpeg-sys NEON assembly (.S)
23+
# uses GNU as syntax which MSVC cl.exe can't compile.
24+
# Needs upstream fix in mozjpeg-sys to use clang-cl or MASM.
2425

2526
runs-on: ${{ matrix.os }}
2627

0 commit comments

Comments
 (0)