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]