]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
ci : fix workflow name
authorGeorgi Gerganov <redacted>
Thu, 27 Feb 2025 11:11:33 +0000 (13:11 +0200)
committerGeorgi Gerganov <redacted>
Thu, 27 Feb 2025 11:12:11 +0000 (13:12 +0200)
.github/workflows/ci.yml

index 288d481fc9db8ca3cf82bba48634d532935ab2d3..4dcc53b950ac0620e611271b957f40225e2c4633 100644 (file)
@@ -7,7 +7,7 @@ on:
     branches: [ master ]
 
 jobs:
-  test-macos-metal:
+  test-macos:
     runs-on: macos-13
     env:
       GGML_NLOOP: 3
@@ -33,7 +33,6 @@ jobs:
       run: ctest --verbose --timeout 900
 
   build:
-
     strategy:
       matrix:
         os: [ubuntu-latest, macos-latest]