Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f8ec887

Browse filesBrowse 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
Copy full SHA for f8ec887

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎.github/workflows/build.yml

Copy file name to clipboardExpand all lines: .github/workflows/build.yml
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.