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 bec7d1e commit 318f612Copy full SHA for 318f612
1 file changed
.github/workflows/ci_metal.yaml
@@ -27,11 +27,8 @@ jobs:
27
- name: Configure + Build
28
run: python -m scripts.build_all
29
30
- - name: Test CPU build
31
- run: build/mac-arm64-cpu/bin/sdkit --help
32
-
33
- - name: Test Metal build
34
- run: build/mac-arm64-metal/bin/sdkit --help
+ - name: Test build
+ run: ./build/mac-arm64-metal-any/bin/sdkit --help
35
36
- name: Upload Artifact
37
run: python -m scripts.upload_all --tag v3.0.0
0 commit comments