Skip to content

Commit d3eec12

Browse files
committed
ci : fix workflow name
1 parent 97d72c2 commit d3eec12

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [ master ]
88

99
jobs:
10-
test-macos-metal:
10+
test-macos:
1111
runs-on: macos-13
1212
env:
1313
GGML_NLOOP: 3
@@ -33,7 +33,6 @@ jobs:
3333
run: ctest --verbose --timeout 900
3434

3535
build:
36-
3736
strategy:
3837
matrix:
3938
os: [ubuntu-latest, macos-latest]

0 commit comments

Comments
 (0)