Skip to content

Commit

Permalink
ci : fix macos x86 build (ggerganov#7940)
Browse files Browse the repository at this point in the history
In order to use old `macos-latest` we should use `macos-12`

Potentially will fix: ggerganov#6975
  • Loading branch information
olexiyb authored Jun 14, 2024
1 parent 76d66ee commit f8ec887
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 f8ec887

Please sign in to comment.