Skip to content

Commit cbfabc0

Browse files
x64 target in macOS seems broken?
1 parent 40d0ca4 commit cbfabc0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,10 @@ jobs:
117117
fail-fast: false
118118
matrix:
119119
compiler_spec: [GCC 13, GCC 14, GCC 15, Clang 18]
120-
target_arch: [x86_64, arm64]
120+
target_arch:
121+
- arm64
122+
# XXX: The x86_64 target appears to be broken with GCC. Will need to investigate
123+
# - x86_64
121124
steps:
122125
- *checkout
123126
- *get-uv

0 commit comments

Comments
 (0)