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 40d0ca4 commit cbfabc0Copy full SHA for cbfabc0
.github/workflows/ci.yml
@@ -117,7 +117,10 @@ jobs:
117
fail-fast: false
118
matrix:
119
compiler_spec: [GCC 13, GCC 14, GCC 15, Clang 18]
120
- target_arch: [x86_64, arm64]
+ target_arch:
121
+ - arm64
122
+ # XXX: The x86_64 target appears to be broken with GCC. Will need to investigate
123
+ # - x86_64
124
steps:
125
- *checkout
126
- *get-uv
0 commit comments