From: olexiyb Date: Fri, 14 Jun 2024 17:28:34 +0000 (+0300) Subject: ci : fix macos x86 build (#7940) X-Git-Tag: upstream/0.0.4488~1336 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=f8ec8877b75774fc6c47559d529dac423877bcad;p=pkg%2Fggml%2Fsources%2Fllama.cpp ci : fix macos x86 build (#7940) In order to use old `macos-latest` we should use `macos-12` Potentially will fix: https://github.com/ggerganov/llama.cpp/issues/6975 --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 81ce770c..a8fcae04 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -84,7 +84,7 @@ jobs: name: llama-bin-macos-arm64.zip macOS-latest-cmake-x64: - runs-on: macos-latest + runs-on: macos-12 steps: - name: Clone