disabled `-march=native` for macos build which was causing a build failure

This commit is contained in:
Martin Evans 2023-10-12 00:00:28 +01:00
parent 2c9519bb56
commit 6571e982e1
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ jobs:
matrix:
include:
- build: 'metal'
defines: '-DLLAMA_BUILD_TESTS=OFF -DLLAMA_BUILD_EXAMPLES=OFF -DLLAMA_BUILD_SERVER=OFF -DBUILD_SHARED_LIBS=ON -DCMAKE_OSX_ARCHITECTURES=arm64'
defines: '-DLLAMA_BUILD_TESTS=OFF -DLLAMA_BUILD_EXAMPLES=OFF -DLLAMA_BUILD_SERVER=OFF -DBUILD_SHARED_LIBS=ON -DLLAMA_NATIVE=OFF -DCMAKE_OSX_ARCHITECTURES=arm64'
runs-on: macos-latest
steps:
- uses: actions/checkout@v3