Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix macos x86 build #7940

Merged
merged 1 commit into from
Jun 14, 2024
Merged

Conversation

olexiyb
Copy link
Contributor

@olexiyb olexiyb commented Jun 14, 2024

On April 2 github actions macos-latest became arm https://github.com/actions/runner-images/pull/9601/files

The old macos-latest had the alias macos-12

Potentially will fix: #6975

Starting from b2715 all precompiled macos x86 have the wrong architecture

% file build/bin/server 
build/bin/server: Mach-O 64-bit executable arm64

…s/runner-images/pull/9601/files

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

Potentially will fix: ggerganov#6975
@github-actions github-actions bot added the devops improvements to build systems and github actions label Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops improvements to build systems and github actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Metal doesn't work in x86 macos
2 participants