From d3eec12d8f67283176c3db56d4e922fdf441aab7 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Thu, 27 Feb 2025 13:11:33 +0200 Subject: [PATCH] ci : fix workflow name --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 288d481fc..4dcc53b95 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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]