Skip to content

Commit

Permalink
On april 2 github macos-latest became arm https://github.com/action…
Browse files Browse the repository at this point in the history
…s/runner-images/pull/9601/files

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

Potentially will fix: ggerganov#6975
  • Loading branch information
olexiyb committed Jun 14, 2024
1 parent 66ef1ce commit 2f08455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f08455

Please sign in to comment.