Skip to content

Commit

Permalink
CI: disable aarch64-windows-msvc (zig bug, machine type x64 conflicts…
Browse files Browse the repository at this point in the history
… with arm64)

Signed-off-by: Stephen Gutekanst <[email protected]>
  • Loading branch information
emidoots committed Dec 14, 2023
1 parent 68f608a commit 0b7073b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ jobs:
matrix:
target: [
'x86_64-windows-msvc',
'aarch64-windows-msvc',
# TODO: 'machine type x64 conflicts with arm64' during linking (zig bug)
# 'aarch64-windows-msvc',
]
optimize: [Debug, ReleaseFast]
include:
Expand Down

0 comments on commit 0b7073b

Please sign in to comment.