Skip to content

Commit

Permalink
ci : fix workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Feb 27, 2025
1 parent 97d72c2 commit d3eec12
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ master ]

jobs:
test-macos-metal:
test-macos:
runs-on: macos-13
env:
GGML_NLOOP: 3
Expand All @@ -33,7 +33,6 @@ jobs:
run: ctest --verbose --timeout 900

build:

strategy:
matrix:
os: [ubuntu-latest, macos-latest]
Expand Down

0 comments on commit d3eec12

Please sign in to comment.