Skip to content

Commit f8ec887

Browse files
authored
ci : fix macos x86 build (ggml-org#7940)
In order to use old `macos-latest` we should use `macos-12` Potentially will fix: ggml-org#6975
1 parent 76d66ee commit f8ec887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
name: llama-bin-macos-arm64.zip
8585

8686
macOS-latest-cmake-x64:
87-
runs-on: macos-latest
87+
runs-on: macos-12
8888

8989
steps:
9090
- name: Clone

0 commit comments

Comments
 (0)