Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit f1915e2

Browse files
authored
fix: add-missing-opencl-binary-for-opencl (#37)
1 parent fb835a8 commit f1915e2

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/build_binaries.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"rust": "stable",
7676
"target": "x86_64-apple-darwin",
7777
"cross": false,
78-
"features": "metal,opencl"
78+
"features": "opencl"
7979
},
8080
{
8181
"name": "combined-macos-arm64",
@@ -85,6 +85,14 @@
8585
"cross": false,
8686
"features": "metal,opencl"
8787
},
88+
{
89+
"name": "opencl-macos-arm64",
90+
"runs-on": "macos-14",
91+
"rust": "stable",
92+
"target": "aarch64-apple-darwin",
93+
"cross": false,
94+
"features": "opencl"
95+
},
8896
{
8997
"name": "cuda-windows-x64",
9098
"runs-on": "windows-2019",

0 commit comments

Comments
 (0)