We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a133fc1 commit 0f5bac4Copy full SHA for 0f5bac4
.github/workflows/release.yml
@@ -28,9 +28,11 @@ jobs:
28
- os: windows-latest
29
platform: windows
30
arch: x64
31
- - os: windows-11-arm
32
- platform: windows
33
- arch: arm64
+# - os: windows-11-arm
+# platform: windows
+# arch: arm64
34
+# disabled because blake3, numpy, and maybe more don't support it yet
35
+# hoping Win on ARM support gets better
36
37
runs-on: ${{ matrix.os }}
38
0 commit comments