In order to use old `macos-latest` we should use `macos-12`

Potentially will fix: https://github.com/ggerganov/llama.cpp/issues/6975
This commit is contained in:
olexiyb 2024-06-14 18:50:47 +03:00
parent 66ef1ceedf
commit 2f08455762
No known key found for this signature in database
GPG key ID: 21AEED2285E00857

View file

@ -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