We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1268ae6 + 9c2ce1b commit 9dfb624Copy full SHA for 9dfb624
1 file changed
.github/workflows/native-cpu-multiarch.yml
@@ -40,9 +40,10 @@ jobs:
40
- os: ubuntu-latest
41
arch_label: linux-x86_64
42
lib_name: libskainet_kernels.so
43
- - os: ubuntu-24.04-arm
44
- arch_label: linux-arm64
45
- lib_name: libskainet_kernels.so
+ # ubuntu-24.04-arm runner is removed for now — see #574 follow-up.
+ # Re-add once the runner-side issue is resolved (or replace with
+ # a self-hosted ARM64 runner). Linux ARM64 consumers fall back
46
+ # to the priority-50 Panama Vector provider until then.
47
- os: macos-14
48
arch_label: macos-arm64
49
lib_name: libskainet_kernels.dylib
0 commit comments